nginx: force SSL everywhere
This commit is contained in:
parent
834a175e6c
commit
1228dbfa4f
1 changed files with 7 additions and 7 deletions
14
void.nix
14
void.nix
|
|
@ -363,22 +363,22 @@
|
|||
"jellyfin.005540.xyz" = {
|
||||
locations."/".proxyPass = "http://localhost:8096";
|
||||
enableACME = true;
|
||||
addSSL = true;
|
||||
forceSSL = true;
|
||||
};
|
||||
"forgejo.005540.xyz" = {
|
||||
locations."/".proxyPass = "http://localhost:3000";
|
||||
enableACME = true;
|
||||
addSSL = true;
|
||||
forceSSL = true;
|
||||
};
|
||||
"miniflux.005540.xyz" = {
|
||||
locations."/".proxyPass = "http://localhost:8700";
|
||||
enableACME = true;
|
||||
addSSL = true;
|
||||
forceSSL = true;
|
||||
};
|
||||
"paperless.005540.xyz" = {
|
||||
locations."/".proxyPass = "http://localhost:28981";
|
||||
enableACME = true;
|
||||
addSSL = true;
|
||||
forceSSL = true;
|
||||
};
|
||||
"immich.005540.xyz" = {
|
||||
locations."/".proxyPass = "http://localhost:2283";
|
||||
|
|
@ -390,19 +390,19 @@
|
|||
send_timeout 600s;
|
||||
'';
|
||||
enableACME = true;
|
||||
addSSL = true;
|
||||
forceSSL = true;
|
||||
};
|
||||
"audiobookshelf.005540.xyz" = {
|
||||
locations."/".proxyPass = "http://localhost:8000";
|
||||
locations."/".proxyWebsockets = true;
|
||||
enableACME = true;
|
||||
addSSL = true;
|
||||
forceSSL = true;
|
||||
};
|
||||
"victorialogs.005540.xyz" = {
|
||||
locations."/".proxyPass = "http://localhost:9428";
|
||||
locations."/".basicAuthFile = "/etc/nixos/secrets/victorialogs/basicauth";
|
||||
enableACME = true;
|
||||
addSSL = true;
|
||||
forceSSL = true;
|
||||
};
|
||||
"nextcloud.005540.xyz" = {
|
||||
enableACME = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue