
优化nginx解决504报错问题
-Open your nginx.conf file located in /etc/nginx directory -Add this below piece of code under http { section client_hea...
-Open your nginx.conf file located in /etc/nginx directory -Add this below piece of code under http { section client_hea...
修改nginx.conf location / { if (!-e $request_filename){ rewrite ^(.*)$ /index.php?s=/$1 last; #rewrite模式 rewrite ^(.*)$ /i...