wolumonde: use recommended ngnix
This commit is contained in:
parent
096e545113
commit
2e52ede5e7
@ -23,6 +23,10 @@
|
||||
# nginx
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
recommendedTlsSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
recommendedGzipSettings = true;
|
||||
recommendedProxySettings = true;
|
||||
virtualHosts."gaze.systems" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
@ -36,6 +40,8 @@
|
||||
};
|
||||
};
|
||||
|
||||
# sourcehut
|
||||
|
||||
# firewall stuffs
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user