Spaces:
Runtime error
Runtime error
Commit
·
41c9fe0
1
Parent(s):
a91fc64
Update nginx.conf
Browse files- nginx.conf +1 -1
nginx.conf
CHANGED
@@ -3,7 +3,7 @@ server {
|
|
3 |
|
4 |
location / {
|
5 |
proxy_ssl_server_name on;
|
6 |
-
proxy_pass https://
|
7 |
}
|
8 |
|
9 |
# Установите следующие два блока, если у вас есть SSL для localhost
|
|
|
3 |
|
4 |
location / {
|
5 |
proxy_ssl_server_name on;
|
6 |
+
proxy_pass https://gpt.darkcoder15.tk/;
|
7 |
}
|
8 |
|
9 |
# Установите следующие два блока, если у вас есть SSL для localhost
|