Skip to content

Commit 280bac8

Browse files
committed
advanced config move to top of default confg
1 parent 02aefa5 commit 280bac8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

backend/templates/_location.conf

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
location {{ path }} {
2+
{{ advanced_config }}
3+
24
proxy_set_header Host $host;
35
proxy_set_header X-Forwarded-Scheme $scheme;
46
proxy_set_header X-Forwarded-Proto $scheme;
@@ -17,8 +19,5 @@
1719
proxy_set_header Connection $http_connection;
1820
proxy_http_version 1.1;
1921
{% endif %}
20-
21-
22-
{{ advanced_config }}
2322
}
2423

0 commit comments

Comments
 (0)