support for local nginx config

This commit is contained in:
2025-04-02 12:51:52 +02:00
parent 80a45d5f8c
commit 96f0922f9f
3 changed files with 2 additions and 0 deletions

View File

@@ -29,5 +29,6 @@ server {
add_header Pragma "public";
add_header Cache-Control "max-age=31536000, public";
include /etc/nginx/local.d/*.conf;
include /etc/nginx/custom.d/*.conf;
}

View File

@@ -29,5 +29,6 @@ server {
add_header Pragma "public";
add_header Cache-Control "max-age=31536000, public";
include /etc/nginx/local.d/*.conf;
include /etc/nginx/custom.d/*.conf;
}