nginx.conf server { listen 80 default_server; listen [::]:80 default_server ipv6only=on; server_name jira.mydomain.com;
確定! 回上一頁