mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-03-29 09:17:24 -04:00
cutover successful
This commit is contained in:
parent
b268fcdb24
commit
9f40b9c6d6
2 changed files with 12 additions and 3 deletions
|
|
@ -39,11 +39,21 @@ in
|
|||
services.caddy = {
|
||||
enable = true;
|
||||
virtualHosts = {
|
||||
# "swgalaxyproject.com".extraConfig = ''
|
||||
# reverse_proxy http://localhost:8080
|
||||
# '';
|
||||
# "nnsbluegrass.com".extraConfig = ''
|
||||
# reverse_proxy http://localhost:9821
|
||||
# '';
|
||||
"swgalaxyproject.com".extraConfig = ''
|
||||
reverse_proxy http://localhost:8080
|
||||
file_server {
|
||||
index ${maintFile}
|
||||
}
|
||||
'';
|
||||
"nnsbluegrass.com".extraConfig = ''
|
||||
reverse_proxy http://localhost:9821
|
||||
file_server {
|
||||
index ${maintFile}
|
||||
}
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue