compatibility fix for new nginx configuration

auto-flake-update
Yorick van Pelt 2017-01-26 14:56:17 +01:00
parent 34092c5e7f
commit 02cb36fee7
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ in with lib; {
config = mkIf cfg.enable {
services.nginx = {
enable = true;
httpConfig = ''
appendHttpConfig = ''
server {
index index.html;
port_in_redirect off;