mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-01 17:50:51 +02:00
Deleted stupid certificate generation
This commit is contained in:
parent
19a8f298cd
commit
258a2c37b8
1 changed files with 0 additions and 2 deletions
|
@ -57,8 +57,6 @@ in
|
||||||
mkPrivateSubdomain = name: port: {
|
mkPrivateSubdomain = name: port: {
|
||||||
luj.nginx.enable = true;
|
luj.nginx.enable = true;
|
||||||
services.nginx.virtualHosts."${name}.julienmalka.me" = {
|
services.nginx.virtualHosts."${name}.julienmalka.me" = {
|
||||||
enableACME = true;
|
|
||||||
forceSSL = true;
|
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://localhost:${toString port}";
|
proxyPass = "http://localhost:${toString port}";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
|
Loading…
Add table
Reference in a new issue