mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 17:54:08 -05:00
make the nest the default catchall for nginx
This commit is contained in:
parent
d5ae151af1
commit
6e2b64d0a3
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ lib.mkIf config.user.overseer.enable {
|
|||
recommendedProxySettings = true;
|
||||
virtualHosts = {
|
||||
"wanderingcrow.net" = {
|
||||
default = true;
|
||||
forceSSL = true;
|
||||
useACMEHost = "wanderingcrow.net";
|
||||
locations."/" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue