Nginx variable refactoring and general bug solving. Got interupted commit not tested

This commit is contained in:
2025-01-31 13:14:07 +01:00
parent b96d95f3e4
commit 11752f5e2e
23 changed files with 59 additions and 48 deletions

View File

@@ -13,12 +13,12 @@ server
location /
{
root {{nginx_homepage_root}};
root {{nginx.directories.homepage}};
index index.html index.htm;
}
location /.well-known/ {
alias {{nginx_well_known_root}};
alias {{nginx.directories.well_known}};
allow all;
default_type "text/plain";
autoindex on;