Merge pull request #1 from ncraig-oc/develop

merge base header modifications
This commit is contained in:
Nick Craig 2022-03-09 09:16:17 -05:00 committed by GitHub
commit 9a4952db64
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -51,7 +51,6 @@ proxy_http_version 1.1;
{% endif %}
{% include "_hsts.conf" %}
{% if allow_websocket_upgrade == 1 or allow_websocket_upgrade == true %}
proxy_set_header Upgrade $http_upgrade;

View file

@ -16,7 +16,6 @@ server {
{% if use_default_location %}
location / {
{% include "_hsts.conf" %}
{% if preserve_path == 1 or preserve_path == true %}
return {{ forward_http_code }} {{ forward_scheme }}://{{ forward_domain_name }}$request_uri;