Update nginx.conf

This commit is contained in:
ericgaspar 2022-06-06 08:52:14 +02:00
parent 850b282c30
commit 0b331e5179
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
location __PATH__/ {
# Path to source
alias __FINALPATH__/ ;
alias __FINALPATH__/;
### Example PHP configuration (remove it if not used)
index index.php;