mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
phpipam: use configured nginx package in config
This commit is contained in:
parent
8b42d9bf32
commit
bdc01c768a
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ in
|
||||||
fastcgi_pass unix:${config.services.phpfpm.pools.www.socket};
|
fastcgi_pass unix:${config.services.phpfpm.pools.www.socket};
|
||||||
fastcgi_index index.php;
|
fastcgi_index index.php;
|
||||||
try_files $uri $uri/ index.php = 404;
|
try_files $uri $uri/ index.php = 404;
|
||||||
include ${pkgs.nginx}/conf/fastcgi.conf;
|
include ${config.services.nginx.package}/conf/fastcgi.conf;
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue