add tmp pad hosting

auto-flake-update
Yorick van Pelt 2017-01-30 17:41:54 +01:00
parent 31dd1de293
commit cdcdd8d4a7
1 changed files with 7 additions and 1 deletions

View File

@ -100,7 +100,13 @@ in
systemctl restart prosody.service
'';
};
'';
services.nginx.virtualHosts."pad.yori.cc" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://127.0.0.1:9140";
};
};
# hidden SSH service