add forgejo microvm
This commit is contained in:
parent
9ebfe0c59b
commit
20ac636eb8
9 changed files with 278 additions and 3 deletions
|
@ -6,6 +6,7 @@ in
|
|||
imports = [
|
||||
./auth.nix
|
||||
./dav.nix
|
||||
./git.nix
|
||||
./immich.nix
|
||||
./news.nix
|
||||
];
|
||||
|
@ -51,8 +52,7 @@ in
|
|||
# Prevent injection of code in other mime types (XSS Attacks)
|
||||
add_header X-Content-Type-Options nosniff;
|
||||
'';
|
||||
# default vhost
|
||||
|
||||
|
||||
virtualHosts."oxapentane.com" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue