Browse Source

removing proxy of rag

master
Mohsen Taba 4 months ago
parent
commit
14043313c1
  1. 14
      nginx/dovodi.conf

14
nginx/dovodi.conf

@ -17,13 +17,13 @@ server {
# Add this inside the 'server' block of the existing config
location /agent/ {
proxy_pass http://88.99.212.243:8098;
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;
}
# location /agent/ {
# proxy_pass http://88.99.212.243:8098;
# 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;
# }
# با prefix زبانی

Loading…
Cancel
Save