diff options
Diffstat (limited to 'host/Rory-nginx/hosts/rory.gay/git.nix')
-rwxr-xr-x | host/Rory-nginx/hosts/rory.gay/git.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/host/Rory-nginx/hosts/rory.gay/git.nix b/host/Rory-nginx/hosts/rory.gay/git.nix new file mode 100755 index 0000000..56954e4 --- /dev/null +++ b/host/Rory-nginx/hosts/rory.gay/git.nix @@ -0,0 +1,7 @@ +{ + root = "/data/nginx/html_git"; + enableACME = true; + addSSL = true; + extraConfig = '' + autoindex on;''; +} |