diff options
author | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2024-10-17 10:24:57 +0200 |
---|---|---|
committer | Patryk Niedźwiedziński <pniedzwiedzinski19@gmail.com> | 2024-10-17 10:24:57 +0200 |
commit | 64b853f016686efc2a14b20bef318ea322e8d370 (patch) | |
tree | f41360d4ebb23975933fe6d9fcfab06bdc623e7c /modules/obsidian-livesync.nix | |
parent | 2ecdfe59eb02cbc5c88bfd036a68bf0e363f2d6b (diff) | |
download | dots-64b853f016686efc2a14b20bef318ea322e8d370.tar.gz dots-64b853f016686efc2a14b20bef318ea322e8d370.zip |
t14: 83 current 2024-10-17 10:24:44 24.05.20241004.6e6b3dd 6.6.54 *
Diffstat (limited to 'modules/obsidian-livesync.nix')
-rw-r--r-- | modules/obsidian-livesync.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/obsidian-livesync.nix b/modules/obsidian-livesync.nix index d565a3e..7bbde9d 100644 --- a/modules/obsidian-livesync.nix +++ b/modules/obsidian-livesync.nix @@ -37,8 +37,8 @@ in services.nginx = { enable = true; virtualHosts.${cfg.domain} = { - enableACME = true; - forceSSL = true; +# enableACME = true; +# forceSSL = true; locations."/" = { proxyPass = "http://127.0.0.1:${toString couchdb-port}"; extraConfig = '' |