I have a NodeJS app on port 8080 and my Nginx file look like this : server { listen 80 default_server; listen [::]:80 ipv6only=on; ...
確定! 回上一頁