Improvements for build

This commit is contained in:
David Bomba
2024-04-04 22:01:41 +11:00
parent 5609b988f3
commit 47db01612d
4 changed files with 17 additions and 9 deletions

View File

@@ -7,7 +7,7 @@ server {
client_max_body_size 100M;
root /var/www/app/public/;
index index.php;
index index.html index.htm index.php;
location / {
try_files $uri $uri/ /index.php?$query_string;