php
nginx 目录反向代理
chen 发表于2024-06-25 浏览1022 评论0
location ^~ /xxxxxxx/ {
proxy_pass http://127.0.0.1:8282/;
client_max_body_size 100M;
proxy_set_header Host $host;
location ^~ /xxxxxxx/ {
proxy_pass http://127.0.0.1:8282/;
client_max_body_size 100M;
proxy_set_header Host $host;