fix: update Nginx path, remove Caddyfile

This commit is contained in:
Oliver Davies 2023-02-19 08:15:06 +00:00
parent 7180b11edb
commit 3784535b07
3 changed files with 1 additions and 27 deletions

View file

@ -1,7 +1,7 @@
server {
server_name _;
root /app/docroot;
root /app/web;
location / {
try_files $uri /index.php?$query_string;