Spaces:
Runtime error
Runtime error
Update nginx.conf
Browse files- nginx.conf +1 -1
nginx.conf
CHANGED
@@ -8,7 +8,7 @@ server {
|
|
8 |
proxy_ssl_server_name on;
|
9 |
gzip off;
|
10 |
proxy_set_header Accept-Encoding "";
|
11 |
-
add_header Host
|
12 |
proxy_pass_request_headers on;
|
13 |
proxy_http_version 1.1;
|
14 |
proxy_pass https://chat.openai.com;
|
|
|
8 |
proxy_ssl_server_name on;
|
9 |
gzip off;
|
10 |
proxy_set_header Accept-Encoding "";
|
11 |
+
add_header Host chat.openai.com;
|
12 |
proxy_pass_request_headers on;
|
13 |
proxy_http_version 1.1;
|
14 |
proxy_pass https://chat.openai.com;
|