Btebbutt commited on
Commit
9de4609
·
verified ·
1 Parent(s): c3cd71e

Update nginx.conf

Browse files
Files changed (1) hide show
  1. nginx.conf +1 -1
nginx.conf CHANGED
@@ -13,7 +13,7 @@ server {
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;
 
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;