Update nginx.conf

This commit is contained in:
ericgaspar 2022-03-27 14:16:16 +02:00
parent b6631aa314
commit 84702d14cc
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -2,9 +2,10 @@
location __PATH__/ {
# Path to source
alias __FINALPATH__/public/ ;
alias __FINALPATH__/public/;
index index.php;
try_files $uri $uri/ index.php;
location ~ [^/]\.php(/|$) {