feat: git, jelly file up again
This commit is contained in:
parent
dbd396f613
commit
2730b695e7
8 changed files with 10 additions and 26 deletions
|
|
@ -52,8 +52,8 @@ services.postgresql = {
|
|||
|
||||
services.nginx.virtualHosts = {
|
||||
${fqdn} = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
# enableACME = true;
|
||||
# forceSSL = true;
|
||||
locations."/".extraConfig = ''
|
||||
return 404;
|
||||
'';
|
||||
|
|
@ -65,8 +65,8 @@ services.postgresql = {
|
|||
};
|
||||
|
||||
${domain} = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
# enableACME = true;
|
||||
# forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://localhost:8008";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue