Update nginx.conf
Browse files- 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
|
| 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';
|