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
f7286a2912
commit
3d7cd567f5
1 changed files with 0 additions and 4 deletions
|
@ -6,10 +6,6 @@ location __PATH__/ {
|
||||||
|
|
||||||
index index.php;
|
index index.php;
|
||||||
|
|
||||||
if (!-f $request_filename) {
|
|
||||||
rewrite ^ __PATH__/index.php last;
|
|
||||||
}
|
|
||||||
|
|
||||||
client_max_body_size 50M;
|
client_max_body_size 50M;
|
||||||
try_files $uri $uri/ index.php$is_args$args;
|
try_files $uri $uri/ index.php$is_args$args;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue