1
0
Fork 0
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:
Éric Gaspar 2023-09-10 13:34:20 +02:00
parent 3e03ef77d7
commit fe2fb07f4e

View file

@ -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