maybe
This commit is contained in:
parent
0ac46bf246
commit
8b22d0f4fc
1 changed files with 8 additions and 6 deletions
|
@ -4,7 +4,8 @@
|
|||
in mkIf conf.nginx.enable {
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
"*.twoneis.site" = {
|
||||
virtualHosts = {
|
||||
".twoneis.site" = {
|
||||
serverName = ".twoneis.site";
|
||||
forceSSL = false;
|
||||
locations = {
|
||||
|
@ -14,4 +15,5 @@ in mkIf conf.nginx.enable {
|
|||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue