nginx recomended settings, matrix
This commit is contained in:
parent
2159780ece
commit
49e588d569
2 changed files with 70 additions and 0 deletions
|
|
@ -4,9 +4,13 @@
|
|||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
|
||||
services.nginx = {
|
||||
|
||||
enable = true;
|
||||
|
||||
recommendedProxySettings = true;
|
||||
recommendedTlsSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
recommendedGzipSettings = true;
|
||||
|
||||
virtualHosts = {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue