欢迎访问 生活随笔!

凯发k8官方网

当前位置: 凯发k8官方网 > 运维知识 > nginx >内容正文

nginx

nginx相关 解决nginx反向代理后页面上的js/css文件无法加载 -凯发k8官方网

发布时间:2024/9/27 nginx 30 豆豆
凯发k8官方网 收集整理的这篇文章主要介绍了 nginx相关 解决nginx反向代理后页面上的js/css文件无法加载 小编觉得挺不错的,现在分享给大家,帮大家做个参考.

解决nginx反向代理后页面上的js/css文件无法加载

location ~ \.php$ {proxy_pass http://127.0.0.1:8000;include naproxy.conf;}location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$ {expires 30d;proxy_pass http://127.0.0.1:8000;include naproxy.conf;}location ~ .*\.(js|css)?$ {proxy_pass http://127.0.0.1:8000;}

参考地址:https://www.cnblogs.com/nshgo/p/12924712.html

常用启动命令

./nginx
./nginx -s stop
./nginx -s quit
./nginx -s reload

上传文件报413 request entity too large错误解决办法

设置 client_max_body_size 20m;

参考地址:https://www.jianshu.com/p/3851c3d6eaf1?tdsourcetag=s_pctim_aiomsg

总结

以上是凯发k8官方网为你收集整理的nginx相关 解决nginx反向代理后页面上的js/css文件无法加载的全部内容,希望文章能够帮你解决所遇到的问题。

如果觉得凯发k8官方网网站内容还不错,欢迎将凯发k8官方网推荐给好友。

  • 上一篇:
  • 下一篇:
网站地图