configure specific diday website requirements
This commit is contained in:
parent
9e5bad593e
commit
a8229bfd0d
2 changed files with 60 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue