2023年5月22日

nginx-test.conf

摘要: server { listen 80; server_name test; location / { root /usr/local/nginx/html; index index.html index.htm index.php; } error_page 500 502 503 504 /50x 阅读全文

posted @ 2023-05-22 22:33 木林coder 阅读(18) 评论(0) 推荐(0) 编辑

导航