oopsidentify
This commit is contained in:
parent
f159c2cb9d
commit
ae431ac3dc
4 changed files with 30 additions and 2 deletions
9
system/web-server/oopsidentify.nix
Normal file
9
system/web-server/oopsidentify.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
services.nginx.virtualHosts."oops.t9e.me" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
root = "/var/www/oopsidentify/dist";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue