Merge branch 'oc-main' into cloudwatchLogs

This commit is contained in:
Nick Craig
2023-05-03 11:23:19 -04:00
committed by GitHub
120 changed files with 3522 additions and 3809 deletions

View File

@@ -17,6 +17,7 @@ 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;