hamza82 commited on
Commit
31e3467
·
verified ·
1 Parent(s): 531568e

Update nginx.conf

Browse files
Files changed (1) hide show
  1. nginx.conf +1 -1
nginx.conf CHANGED
@@ -16,7 +16,7 @@ server {
16
  location /custom-auth/ {
17
  # Serve backend from port
18
  rewrite /custom-auth/(.*) /$1 break;
19
- proxy_pass http://localhost:8000;
20
  proxy_http_version 1.1;
21
  proxy_set_header Upgrade $http_upgrade;
22
  proxy_set_header Connection 'upgrade';
 
16
  location /custom-auth/ {
17
  # Serve backend from port
18
  rewrite /custom-auth/(.*) /$1 break;
19
+ proxy_pass https://huggingface.co/spaces/hamza82/backend;
20
  proxy_http_version 1.1;
21
  proxy_set_header Upgrade $http_upgrade;
22
  proxy_set_header Connection 'upgrade';