server { listen 80; server_name www.espressos.com; location / { root /data0/www/bbs; index index.html index.htm; fastcgi_intercept_errors on; error_page 404 =200 /ta.jpg; access_log /app/logs/bbs_access.log commonlog; } }
本文共 380 字,大约阅读时间需要 1 分钟。
server { listen 80; server_name www.espressos.com; location / { root /data0/www/bbs; index index.html index.htm; fastcgi_intercept_errors on; error_page 404 =200 /ta.jpg; access_log /app/logs/bbs_access.log commonlog; } }
转载于:https://www.cnblogs.com/bass6/p/7111451.html