1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/shaarli_ynh.git synced 2024-09-03 20:26:10 +02:00

Fixed path in nginx

This commit is contained in:
anmol 2020-10-31 20:44:57 +05:30
parent dd58d3b580
commit 516106dd04

View file

@ -11,7 +11,7 @@ location __PATH__/ {
### Example PHP configuration (remove it if not used) ### Example PHP configuration (remove it if not used)
index index.php; index index.php;
if (!-f $request_filename) { if (!-f $request_filename) {
rewrite ^ /index.php last; rewrite ^ __PATH__/index.php last;
} }
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file # Common parameter to increase upload size limit in conjunction with dedicated php-fpm file