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:
parent
dd58d3b580
commit
516106dd04
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue