change url
This commit is contained in:
parent
a520f77309
commit
140fe8df72
2 changed files with 7 additions and 5 deletions
|
@ -106,7 +106,7 @@ in {
|
|||
forceSSL = true;
|
||||
locations = {
|
||||
"/".extraConfig = ''
|
||||
return 307 https://element.chat.meowy.tech;
|
||||
return 303 https://element.chat.meowy.tech;
|
||||
'';
|
||||
"/_matrix".proxyPass = "http://synapse.olympus:8008";
|
||||
"/_synapse/client".proxyPass = "http://synapse.olympus:8008";
|
||||
|
@ -141,7 +141,9 @@ in {
|
|||
"es.0x76.dev" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
root = inputs.essentials.packages.${pkgs.system}.default;
|
||||
locations."/".extraConfig = ''
|
||||
return 303 https://bear.0x76.dev;
|
||||
'';
|
||||
};
|
||||
"bear.0x76.dev" = {
|
||||
enableACME = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue