nginx: switch to nginx as package
This commit is contained in:
parent
f2e33628c0
commit
edf4ba07ee
@ -8,7 +8,7 @@
|
||||
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
package = pkgs.openresty;
|
||||
package = pkgs.nginx;
|
||||
recommendedGzipSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
recommendedProxySettings = true;
|
||||
|
Loading…
Reference in New Issue
Block a user