Add Out of Your Element
This commit is contained in:
parent
b41fbbe6f8
commit
25391e3261
8 changed files with 26 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
|||
{
|
||||
imports = [ ../../../common/services/nginx.nix ];
|
||||
services.nginx.virtualHosts = {
|
||||
"ooye.anarkafem.dev" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/".proxyPass = "http://127.0.0.1:6693/";
|
||||
};
|
||||
"anarkafem.dev" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue