re-add root to nginx.conf
This commit is contained in:
parent
b32ccf5ee8
commit
a8d41f6af5
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# try redirecting stuff to index.php
|
||||
rewrite ^(.*)$ /index.php$1 last;
|
||||
|
||||
root __INSTALL_DIR__/public/;
|
||||
|
||||
location / {
|
||||
alias __INSTALL_DIR__/public/;
|
||||
|
|
Loading…
Add table
Reference in a new issue