摘要:
server { listen 80; default_type text/plain; server_name fpm.haosheng.vip; # Syntax: root path; # Default:root html; # Context: http, server, location 阅读全文
摘要:
server { listen 80; default_type text/plain; server_name fpm.haosheng.vip; root www; location / { # Matches URLS `$_GET['_url']` try_files $uri $uri/ 阅读全文