mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
fix uneven capitalization of domain names
This commit is contained in:
parent
b0a3532514
commit
a2c68fe62d
1 changed files with 2 additions and 2 deletions
|
|
@ -60,7 +60,7 @@
|
||||||
|
|
||||||
locations."/".proxyPass = "http://unix:${config.services.forgejo.settings.server.HTTP_ADDR}";
|
locations."/".proxyPass = "http://unix:${config.services.forgejo.settings.server.HTTP_ADDR}";
|
||||||
};
|
};
|
||||||
"flux.gerg-L.com" = {
|
"flux.gerg-l.com" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
useACMEHost = "gerg-l.com";
|
useACMEHost = "gerg-l.com";
|
||||||
|
|
||||||
|
|
@ -74,7 +74,7 @@
|
||||||
zstd_types "*";
|
zstd_types "*";
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
"cache.gerg-L.com" = {
|
"cache.gerg-l.com" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
useACMEHost = "gerg-l.com";
|
useACMEHost = "gerg-l.com";
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue