mirror of
https://github.com/JulienMalka/snowfield.git
synced 2025-04-02 18:20:52 +02:00
corrected ssl for attic
This commit is contained in:
parent
040a9e7a6e
commit
d21355ddba
1 changed files with 0 additions and 2 deletions
|
@ -29,8 +29,6 @@
|
||||||
services.nginx.recommendedTlsSettings = true;
|
services.nginx.recommendedTlsSettings = true;
|
||||||
|
|
||||||
services.nginx.virtualHosts."cache.julienmalka.me" = {
|
services.nginx.virtualHosts."cache.julienmalka.me" = {
|
||||||
forceSSL = true;
|
|
||||||
enableACME = true;
|
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://localhost:8080";
|
proxyPass = "http://localhost:8080";
|
||||||
proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue