Spaces:
Runtime error
Runtime error
antonovmaxim
commited on
Commit
·
25d325e
1
Parent(s):
76017f2
Update nginx.conf
Browse files- nginx.conf +1 -1
nginx.conf
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
server {
|
2 |
listen 7860;
|
3 |
location / {
|
4 |
-
proxy_pass
|
5 |
}
|
6 |
}
|
|
|
1 |
server {
|
2 |
listen 7860;
|
3 |
location / {
|
4 |
+
proxy_pass https://gpt.darkcoder15.tk/;
|
5 |
}
|
6 |
}
|