Spaces:
Running
Running
Update default.conf
Browse files- default.conf +1 -6
default.conf
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
server {
|
| 2 |
-
listen
|
| 3 |
listen [::]:8080 default_server;
|
| 4 |
|
| 5 |
root /usr/share/nginx/html;
|
|
@@ -16,11 +16,6 @@ server {
|
|
| 16 |
proxy_set_header X-Forwarded-Proto $http_x_forwarded_proto;
|
| 17 |
}
|
| 18 |
|
| 19 |
-
error_page 500 502 503 504 /50x.html;
|
| 20 |
-
location = /50x.html {
|
| 21 |
-
root /usr/share/nginx/html;
|
| 22 |
-
}
|
| 23 |
-
|
| 24 |
location /custom-auth {
|
| 25 |
proxy_pass http://localhost:8000;
|
| 26 |
proxy_http_version 1.1;
|
|
|
|
| 1 |
server {
|
| 2 |
+
listen 8080 default_server;
|
| 3 |
listen [::]:8080 default_server;
|
| 4 |
|
| 5 |
root /usr/share/nginx/html;
|
|
|
|
| 16 |
proxy_set_header X-Forwarded-Proto $http_x_forwarded_proto;
|
| 17 |
}
|
| 18 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
location /custom-auth {
|
| 20 |
proxy_pass http://localhost:8000;
|
| 21 |
proxy_http_version 1.1;
|