configure specific diday website requirements

This commit is contained in:
lilly 2026-02-18 14:11:30 +01:00
commit a8229bfd0d
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g
2 changed files with 60 additions and 0 deletions

View file

@ -5,6 +5,11 @@
enable = true;
appendHttpConfig = ''
access_log off;
# load the DI-Day redirect map from the webroot
map $request_uri $did_redirect_target {
include /var/www/did.hamburg.ccc.de/nginx-redirects.conf;
}
'';
};