mirror of
https://github.com/YunoHost-Apps/shaarli_ynh.git
synced 2024-09-03 20:26:10 +02:00
Update nginx.conf
This commit is contained in:
parent
40663b807a
commit
516b427915
1 changed files with 3 additions and 2 deletions
|
@ -13,8 +13,9 @@ location __PATH__/ {
|
|||
if (!-f $request_filename) {
|
||||
rewrite ^ __PATH__/index.php last;
|
||||
}
|
||||
|
||||
rewrite ^__PATH__/index.php$ __PATH__/index.php/install redirect;
|
||||
|
||||
#rewrite ^__PATH__/index.php$ __PATH__/index.php/install redirect;
|
||||
try_files $uri $uri/ __PATH__/__PATH__/index.php?$query_string;
|
||||
|
||||
# Common parameter to increase upload size limit in conjunction with dedicated php-fpm file
|
||||
client_max_body_size 50M;
|
||||
|
|
Loading…
Add table
Reference in a new issue