Skip to content
Snippets Groups Projects
Commit 1aa3725f authored by Miguel Angelo Salerno's avatar Miguel Angelo Salerno
Browse files

update simcaq nginx file

parent 67260bc6
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,6 @@ server {
proxy_pass http://simcaq/;
}
location /api/ {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
......@@ -52,7 +51,7 @@ server {
# proxy_set_header Host $host;
proxy_cache_bypass $http_upgrade;
proxy_set_header X-Real-IP $remote_addr;
proxy_pass http://node_server/;
proxy_pass http://node_server;
proxy_read_timeout 600s;
}
......@@ -82,4 +81,3 @@ server {
# proxy_pass http://cdn_server/api/v1/file/download/;
# }
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment