re-add root to nginx.conf

This commit is contained in:
Boudewijn 2025-03-02 11:08:30 +01:00
parent b32ccf5ee8
commit a8d41f6af5

View file

@ -1,6 +1,6 @@
# try redirecting stuff to index.php
rewrite ^(.*)$ /index.php$1 last;
root __INSTALL_DIR__/public/;
location / {
alias __INSTALL_DIR__/public/;