Revert "Multi-AI CLI nginx 프록시 설정 추가"
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
All checks were successful
Deploy Nginx Config to Ubuntu Server / deploy (push) Successful in 2s
This reverts commit b4d6ea250d38b631b2c66816c3b708fd66effb9b.
This commit is contained in:
parent
b4d6ea250d
commit
6b589a1e55
@ -1,12 +0,0 @@
|
|||||||
location /multi-ai/ {
|
|
||||||
proxy_pass http://192.168.219.52:8888/;
|
|
||||||
proxy_http_version 1.1;
|
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
|
||||||
proxy_set_header Connection "upgrade";
|
|
||||||
proxy_set_header Host $host;
|
|
||||||
proxy_set_header X-Real-IP $remote_addr;
|
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
|
||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
|
||||||
proxy_read_timeout 300s;
|
|
||||||
proxy_connect_timeout 75s;
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user