Update nginx.conf
This commit is contained in:
parent
850b282c30
commit
0b331e5179
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
location __PATH__/ {
|
||||
|
||||
# Path to source
|
||||
alias __FINALPATH__/ ;
|
||||
alias __FINALPATH__/;
|
||||
|
||||
### Example PHP configuration (remove it if not used)
|
||||
index index.php;
|
||||
|
|
Loading…
Reference in a new issue