diff options
Diffstat (limited to 'nginx/pestrel.com.conf')
| -rw-r--r-- | nginx/pestrel.com.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx/pestrel.com.conf b/nginx/pestrel.com.conf index 372c321..95c7310 100644 --- a/nginx/pestrel.com.conf +++ b/nginx/pestrel.com.conf @@ -9,7 +9,7 @@ server { listen [::]:80; server_name pestrel.com www.pestrel.com; - root /srv/www; + root /srv/www/pestrel; index index.html; location / { |
