Browse Source

更改nginx配置

hella_vue3
liuchen864 5 months ago
parent
commit
2981c09a62
  1. 2
      nginx.conf

2
nginx.conf

@ -32,7 +32,7 @@ http {
server {
listen 25302;
server_name_in_redirect off;
server_name dev.ccwin-in.com;
server_name _;
location /api/ {
proxy_pass http://sfms3.0/;
proxy_next_upstream http_500 http_502 http_503 http_504 error timeout invalid_header;

Loading…
Cancel
Save