antonovmaxim commited on
Commit
25d325e
·
1 Parent(s): 76017f2

Update nginx.conf

Browse files
Files changed (1) hide show
  1. nginx.conf +1 -1
nginx.conf CHANGED
@@ -1,6 +1,6 @@
1
  server {
2
  listen 7860;
3
  location / {
4
- proxy_pass http://gpt.darkcoder15.tk/;
5
  }
6
  }
 
1
  server {
2
  listen 7860;
3
  location / {
4
+ proxy_pass https://gpt.darkcoder15.tk/;
5
  }
6
  }