Move all nixos-modules out of qois subfolder
This commit is contained in:
parent
d49f58265f
commit
97d1a30329
22 changed files with 3 additions and 14 deletions
15
nixos-modules/nginx/default.nix
Normal file
15
nixos-modules/nginx/default.nix
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
config.services.nginx = {
|
||||
recommendedTlsSettings = true;
|
||||
recommendedOptimisation = true;
|
||||
recommendedProxySettings = true;
|
||||
recommendedGzipSettings = true;
|
||||
recommendedBrotliSettings = true;
|
||||
logError = "stderr warn";
|
||||
proxyResolveWhileRunning = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue