Move websites into vhosts
So it doesn't clash with Forgejo which is currently in /var/www/forgejo.
This commit is contained in:
parent
5b67a48d80
commit
a71ce4b5fd
3 changed files with 16 additions and 16 deletions
|
@ -19,7 +19,7 @@ let
|
|||
name = "/${path}";
|
||||
|
||||
value = {
|
||||
root = "/var/www/website-tome";
|
||||
root = "/var/www/vhosts/website-tome";
|
||||
tryFiles = "$uri $uri.html $uri/index.html =404";
|
||||
};
|
||||
}) tomePaths
|
||||
|
@ -29,7 +29,7 @@ in
|
|||
services = {
|
||||
nginx.virtualHosts = {
|
||||
"www.oliverdavies.uk" = {
|
||||
root = "/var/www/website-sculpin";
|
||||
root = "/var/www/vhosts/website-sculpin";
|
||||
|
||||
listen = [
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue