mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:46:50 +01:00
db disable ssl
This commit is contained in:
parent
32446ab218
commit
b2a25c9da5
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
};
|
};
|
||||||
"db.missing.ninja" = {
|
"db.missing.ninja" = {
|
||||||
enableACME = true;
|
enableACME = false;
|
||||||
forceSSL = false;
|
forceSSL = false;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
proxyPass = "http://134.255.219.135:8000/";
|
proxyPass = "http://134.255.219.135:8000/";
|
||||||
|
|
Loading…
Reference in a new issue