events { worker_connections 4096; } http { server { listen 80; location / { proxy_pass http://127.0.0.1:3000/; } } }. ` 但是,当我访问该服务器时,我得到的是 ...
確定! 回上一頁