
nginx
gusijin
这个作者很懒,什么都没留下…
展开
-
nginx反向代理拦截404 500 502 503
nginx反向代理拦截404 500 502 503问题Nginx拦截所有404,并指向对应的界面 问题 Nginx拦截不到反向代理404的问题 Nginx拦截所有404,并指向对应的界面 server { listen 80; server_name minio.api.com; fastcgi_intercept_errors on; # 单独配置此项无效 proxy_intercept_errors on; loca原创 2021-09-14 16:29:39 · 1985 阅读 · 0 评论 -
nginx配置静态资源css,js,image,vue等资源直接访问
nginx配置静态资源服务器css,js,image,vue等资源直接访问 location ~ ^/(images|img|javascript|js|css|vue|flash|media|static)/ { autoindex on; access_log off; expires 30d; }原创 2021-05-28 15:19:33 · 2745 阅读 · 1 评论 -
解决Job for nginx.service failed because the control process exited with error code
解决Job for nginx.service failed because the control process exited with error code问题解决方法nginx配置文件有错误检查端口是否被占用 问题 systemctl restart nginx.service 重启提示: Job for nginx.service failed because the control process exited with error code. See “systemctl status ngi原创 2021-03-04 09:09:41 · 1617 阅读 · 1 评论