debug: errors with new lines

This commit is contained in:
Stepan Vladovskiy 2023-10-11 09:09:53 -03:00
parent 6f76a16f10
commit c8d47c4b10

View File

@ -1,18 +1,18 @@
# sigil ver 2.1 dufok 2022-10-11 # sigil ver 2.1 dufok 2022-10-11
# Proxy settings # Proxy settings
{{ $proxy_settings := "proxy_http_version 1.1; {{ $proxy_settings := 'proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection; proxy_set_header Connection $http_connection;
proxy_set_header Host $http_host; proxy_set_header Host $http_host;
proxy_set_header X-Request-Start $msec;" }} proxy_set_header X-Request-Start $msec;' }}
# GZIP settings # GZIP settings
{{ $gzip_settings := "gzip on; {{ $gzip_settings := 'gzip on;
gzip_min_length 1100; gzip_min_length 1100;
gzip_buffers 4 32k; gzip_buffers 4 32k;
gzip_types text/css text/javascript text/xml text/plain text/x-component application/javascript application/x-javascript application/json application/xml application/rss+xml font/truetype application/x-font-ttf font/opentype application/vnd.ms-fontobject image/svg+xml; gzip_types text/css text/javascript text/xml text/plain text/x-component application/javascript application/x-javascript application/json application/xml application/rss+xml font/truetype application/x-font-ttf font/opentype application/vnd.ms-fontobject image/svg+xml;
gzip_vary on; gzip_vary on;
gzip_comp_level 6;" }} gzip_comp_level 6;' }}
# CORS headers based on request methods # CORS headers based on request methods
{{ $cors_headers_options := ' {{ $cors_headers_options := '