bentebbutt
commited on
Commit
•
cbbddc1
1
Parent(s):
0e9e9a9
Update nginx.conf
Browse files- nginx.conf +0 -14
nginx.conf
CHANGED
@@ -26,20 +26,6 @@ server {
|
|
26 |
proxy_redirect off;
|
27 |
}
|
28 |
|
29 |
-
location /banner-status {
|
30 |
-
# Serve backend from port
|
31 |
-
rewrite /custom-auth/(.*) /$1 break;
|
32 |
-
proxy_pass http://localhost:8000;
|
33 |
-
proxy_http_version 1.1;
|
34 |
-
proxy_set_header Upgrade $http_upgrade;
|
35 |
-
proxy_set_header Connection 'upgrade';
|
36 |
-
proxy_set_header Host $host;
|
37 |
-
proxy_set_header X-Real-IP $remote_addr;
|
38 |
-
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
39 |
-
proxy_cache_bypass $http_upgrade;
|
40 |
-
proxy_read_timeout 86400;
|
41 |
-
proxy_redirect off;
|
42 |
-
}
|
43 |
|
44 |
location /ws/ {
|
45 |
proxy_pass http://localhost:8000/ws/;
|
|
|
26 |
proxy_redirect off;
|
27 |
}
|
28 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
29 |
|
30 |
location /ws/ {
|
31 |
proxy_pass http://localhost:8000/ws/;
|