mirror of
https://github.com/YunoHost-Apps/kimai2_ynh.git
synced 2024-09-03 19:26:26 +02:00
Update nginx.conf
This commit is contained in:
parent
3e03ef77d7
commit
fe2fb07f4e
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
|
||||
root __INSTALL_DIR__/public/ ;
|
||||
|
||||
location __PATH__/ {
|
||||
|
||||
# Path to source
|
||||
alias __INSTALL_DIR__/public/;
|
||||
|
||||
index index.php;
|
||||
|
||||
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
|
||||
|
|
Loading…
Add table
Reference in a new issue