Spaces:
Sleeping
Sleeping
Update nginx.conf
Browse files- nginx.conf +1 -1
nginx.conf
CHANGED
|
@@ -13,7 +13,7 @@ server {
|
|
| 13 |
try_files $uri $uri/ /index.html;
|
| 14 |
}
|
| 15 |
|
| 16 |
-
location
|
| 17 |
# Serve backend from port
|
| 18 |
rewrite /custom-auth/(.*) /$1 break;
|
| 19 |
proxy_pass http://localhost:8000;
|
|
|
|
| 13 |
try_files $uri $uri/ /index.html;
|
| 14 |
}
|
| 15 |
|
| 16 |
+
location custom-auth/ {
|
| 17 |
# Serve backend from port
|
| 18 |
rewrite /custom-auth/(.*) /$1 break;
|
| 19 |
proxy_pass http://localhost:8000;
|