mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-23 16:29:42 -04:00
fix nginx ssl
This commit is contained in:
parent
d67a67b5e7
commit
b4daedf74e
1 changed files with 1 additions and 0 deletions
|
|
@ -46,6 +46,7 @@ in
|
|||
recommendedOptimisation = true;
|
||||
recommendedGzipSettings = true;
|
||||
eventsConfig = "worker_connections 4096;";
|
||||
defaultSSLListenPort = 4443;
|
||||
|
||||
# Catch-all default - friendly error for unknown subdomains
|
||||
virtualHosts."_" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue