these defaults should be global
This commit is contained in:
parent
0093dbac85
commit
7b25130a12
2 changed files with 8 additions and 8 deletions
|
|
@ -128,14 +128,6 @@
|
|||
access_log off;
|
||||
'';
|
||||
|
||||
#### Wir verwenden die fuer NixOS ueblichen Empfehlung fuer Nginx.
|
||||
services.nginx.recommendedOptimisation = true;
|
||||
services.nginx.recommendedGzipSettings = true;
|
||||
##### Mit der Anwendung Nginx soll die Erreichbarkeit der Anwendung Redmine (standardmaessig an Port 3000) (auf erwartbaren Weg) moeglich machen.
|
||||
services.nginx.recommendedProxySettings = true;
|
||||
#### Mit der Anwendung Nginx soll die (ausschließliche) Verwendung von https (http mit TLS), statt http ermoeglicht werden.
|
||||
services.nginx.recommendedTlsSettings = true;
|
||||
|
||||
#### Anscheinend kann mit nix nur die Konfiguration fuer eine konkrete (manuelle) Konfiguration fuer den Dienst web server.
|
||||
services.nginx.virtualHosts."${config.networking.fqdn}" = {
|
||||
#### https://search.nixos.org/options?show=services.nginx.virtualHosts.<name>.default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue