Skip to content

Commit

Permalink
advanced config move to top of default confg
Browse files Browse the repository at this point in the history
  • Loading branch information
clhey committed Apr 28, 2024
1 parent 02aefa5 commit 280bac8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions backend/templates/_location.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
location {{ path }} {
{{ advanced_config }}

proxy_set_header Host $host;
proxy_set_header X-Forwarded-Scheme $scheme;
proxy_set_header X-Forwarded-Proto $scheme;
Expand All @@ -17,8 +19,5 @@
proxy_set_header Connection $http_connection;
proxy_http_version 1.1;
{% endif %}


{{ advanced_config }}
}

0 comments on commit 280bac8

Please sign in to comment.