feat: now hosting Out in UL
All checks were successful
Build_Deploy / linter (push) Successful in 6s
Build_Deploy / build (push) Successful in 3m52s
Build_Deploy / deploy_dns (push) Successful in 48s
Build_Deploy / deploy_active (active) (push) Successful in 45s
Build_Deploy / deploy_active (active-core) (push) Successful in 1m11s
Build_Deploy / deploy_active (active-ext) (push) Successful in 29s

This commit is contained in:
silver 2024-09-10 21:58:42 +01:00
parent 7dcbf88fa4
commit 31e7cca4ed
Signed by: silver
GPG key ID: 36F93D61BAD3FD7D

View file

@ -85,6 +85,20 @@ in {
};
services.nginx.virtualHosts = {
"outinul.ie" = {
forceSSL = false;
useACMEHost = "skynet";
locations = {
"/" = {
alias = "/home/outinul/public_html/";
index = "index.html";
extraConfig = ''
autoindex on;
'';
tryFiles = "$uri$args $uri$args/ /index.html";
};
};
};
# main site
"*.users.skynet.ie" = {
forceSSL = true;