
nginx
JPCstorm
计算机学科~phper
展开
-
云服务器存在疑似挖矿行为自查通知
挖矿木马自助清理手册https://s.tencent.com/research/report/168原创 2022-05-10 16:21:27 · 1140 阅读 · 0 评论 -
thinkphp6+swoole+websocket nginx反向代理
#PROXY-START/location ~* \.(php|jsp|cgi|asp|aspx)${ proxy_pass http://127.0.0.1:7000; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; proxy_set_header Host $host; proxy_set_.原创 2021-10-07 17:05:38 · 572 阅读 · 0 评论 -
vue项目 在thinkphp目录下 route 二级路由刷新404的问题
在nginx加入location /web { try_files $uri $uri/ @router; index index.php index.html index.htm default.php default.htm default.html; } location @router { rewrite ^.*$ /web/index.html last; }原创 2021-02-09 23:31:07 · 363 阅读 · 0 评论