From d38999d853f2f03ac4a7561c1e28140f49bd04eb Mon Sep 17 00:00:00 2001 From: "Niels G. W. Serup" Date: Sun, 27 Sep 2020 14:15:08 +0200 Subject: [PATCH] Use better paths. --- natur/natur.nginx.conf | 2 +- nohix/nohix.nginx.conf | 2 +- old-projects/old-projects.nginx.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/natur/natur.nginx.conf b/natur/natur.nginx.conf index 03a7016..7c38d1d 100644 --- a/natur/natur.nginx.conf +++ b/natur/natur.nginx.conf @@ -1,4 +1,4 @@ -root /home/niels/www/metanohi-misc-subsites/natur; +root /var/www/metanohi-misc-subsites/natur; index index.html index.php; location ~* \.php$ { diff --git a/nohix/nohix.nginx.conf b/nohix/nohix.nginx.conf index abf4c6f..1943923 100644 --- a/nohix/nohix.nginx.conf +++ b/nohix/nohix.nginx.conf @@ -1,4 +1,4 @@ -root /home/niels/www/metanohi-misc-subsites/nohix; +root /var/www/metanohi-misc-subsites/nohix; index index.html index.php; location ~* \.php$ { diff --git a/old-projects/old-projects.nginx.conf b/old-projects/old-projects.nginx.conf index a00c8e8..a098de3 100644 --- a/old-projects/old-projects.nginx.conf +++ b/old-projects/old-projects.nginx.conf @@ -1,4 +1,4 @@ -root /home/niels/www/metanohi-misc-subsites/old-projects; +root /var/www/metanohi-misc-subsites/old-projects; index index.html index.htm index.php; location ~* \.php$ {