zhuyougu commited on
Commit
eeb30bc
1 Parent(s): 482a8d5

Update nginx.conf

Browse files
Files changed (1) hide show
  1. nginx.conf +1 -1
nginx.conf CHANGED
@@ -26,7 +26,7 @@ http {
26
  proxy_set_header X-Real-IP $remote_addr;
27
  proxy_set_header REMOTE-HOST $remote_addr;
28
  proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
29
- proxy_pass https://zhuyougu-api.hf.space;
30
  }
31
  error_page 500 502 503 504 /50x.html;
32
  location = /50x.html {
 
26
  proxy_set_header X-Real-IP $remote_addr;
27
  proxy_set_header REMOTE-HOST $remote_addr;
28
  proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
29
+ proxy_pass https://zhuyougu-api.hf.space/;
30
  }
31
  error_page 500 502 503 504 /50x.html;
32
  location = /50x.html {