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
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:
parent
7dcbf88fa4
commit
31e7cca4ed
1 changed files with 14 additions and 0 deletions
|
@ -85,6 +85,20 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
services.nginx.virtualHosts = {
|
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
|
# main site
|
||||||
"*.users.skynet.ie" = {
|
"*.users.skynet.ie" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|
Loading…
Reference in a new issue