We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ce4473 commit 0cc6338Copy full SHA for 0cc6338
1 file changed
resources/modules/Nginx/ospanel_data/default/templates/host_proxy.conf
@@ -17,7 +17,6 @@
17
location / {
18
proxy_http_version 1.1;
19
proxy_cache_bypass $http_upgrade $cookie_nocache $arg_nocache $http_pragma $http_authorization;
20
- proxy_ssl_server_name on;
21
proxy_pass http://$backend_ip:$backend_port;
22
proxy_redirect http://$backend_ip:$backend_port/ /;
23
proxy_set_header Upgrade $http_upgrade;
0 commit comments