This commit is contained in:
Stefan Wieczorek
2024-05-02 18:00:37 +02:00
parent a704ce7b1a
commit 23ac7344a1
32 changed files with 32 additions and 32 deletions

View File

@@ -63,7 +63,7 @@ server {
{{server_name}}
{{root}}
include /etc/nginx/global_headers;
include /etc/nginx/global_settings;
try_files $uri $uri/ /index.php?$args;
index index.php index.html;

View File

@@ -27,7 +27,7 @@ server {
{{settings}}
include /etc/nginx/global_headers;
include /etc/nginx/global_settings;
location / {
{{varnish_proxy_pass}}