mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-07-02 23:47:18 +02:00
Changed subdomains in VPN
This commit is contained in:
parent
5e43492012
commit
a1bb935ba0
2 changed files with 4 additions and 4 deletions
|
@ -69,7 +69,7 @@ in
|
|||
|
||||
mkVPNSubdomain = name: port: {
|
||||
luj.nginx.enable = true;
|
||||
services.nginx.virtualHosts."${name}.luj.home" = {
|
||||
services.nginx.virtualHosts."${name}.luj" = {
|
||||
sslCertificate = "/etc/nginx/certs/subdomains/cert.pem";
|
||||
sslCertificateKey = "/etc/nginx/certs/subdomains/key.pem";
|
||||
forceSSL = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue