rico2: remove redundant hostname
This commit is contained in:
parent
d854bad66c
commit
bfdb31208d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
services.caddy.virtualHosts."adtya.xyz" = {
|
services.caddy.virtualHosts."adtya.xyz" = {
|
||||||
hostName = "adtya.xyz";
|
hostName = "adtya.xyz";
|
||||||
serverAliases = ["www.adtya.xyz" "adtya.xyz"];
|
serverAliases = ["www.adtya.xyz"];
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
reverse_proxy http://127.0.0.1:3000
|
reverse_proxy http://127.0.0.1:3000
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in a new issue