1
0
Fork 0
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:
Éric Gaspar 2023-11-15 12:28:06 +01:00
parent f7286a2912
commit 3d7cd567f5

View file

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