fix: update Nginx path, remove Caddyfile
This commit is contained in:
parent
7180b11edb
commit
3784535b07
3 changed files with 1 additions and 27 deletions
|
@ -1,7 +1,7 @@
|
|||
server {
|
||||
server_name _;
|
||||
|
||||
root /app/docroot;
|
||||
root /app/web;
|
||||
|
||||
location / {
|
||||
try_files $uri /index.php?$query_string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue