test 3 #29

Closed
revol-xut wants to merge 4 commits from storage-ng into master
1 changed files with 5 additions and 0 deletions
Showing only changes of commit 7a38fdbeea - Show all commits

View File

@ -18,6 +18,11 @@ name:
modules = with pkgs.nginxModules; [ fancyindex ];
};
virtualHosts = {
"storage-ng.hq.c3d2.de".extraConfig = ''
server_name storage-ng.hq.c3d2.de;
return 301 $scheme://storage.hq.c3d2.de$request_uri;
'';
"storage.hq.c3d2.de" = {
default = true;
http2 = true;