然後,我嘗試修改 nginx.conf ,我引用了一些文章,因此我將其更改為: server { listen 8080; location / { proxy_pass http://xx.xx.xx.xx:9500; ...
確定! 回上一頁