abenkbp commited on
Commit
fb58ac0
·
1 Parent(s): 1980092
Files changed (1) hide show
  1. data/nginx.conf.template +1 -1
data/nginx.conf.template CHANGED
@@ -40,7 +40,7 @@ http {
40
  proxy_redirect off;
41
  }
42
 
43
- location /gradio {
44
  proxy_pass http://localhost:${GRADIO_SERVER_PORT};
45
  proxy_http_version 1.1;
46
  proxy_set_header Upgrade $http_upgrade;
 
40
  proxy_redirect off;
41
  }
42
 
43
+ location /gradio/ {
44
  proxy_pass http://localhost:${GRADIO_SERVER_PORT};
45
  proxy_http_version 1.1;
46
  proxy_set_header Upgrade $http_upgrade;