server { listen 80; server_name quote.mydomain.com; charset utf-8; access_log /var/log/nginx/quote.mydomain.com.access.log main; location / { root ...
確定! 回上一頁