diff options
| author | St33v <github@f3rr3t.com> | 2026-03-25 18:23:14 +1100 |
|---|---|---|
| committer | St33v <github@f3rr3t.com> | 2026-03-25 18:23:14 +1100 |
| commit | c132b3985e24e557549544a1d10fb0daababdfb1 (patch) | |
| tree | 03a22b64a9d0742f3313b23a6ec0acee31fbc4c9 /nginx | |
| parent | 0b7ad7787794e7e0f14eb3e6ada7139fd1b47c78 (diff) | |
Update cremonde deployment and runtime checks
Diffstat (limited to 'nginx')
| -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 / { |
