1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/element_ynh.git synced 2024-09-03 18:36:08 +02:00

Fix error while try_files instruction is set in nginx conf

This commit is contained in:
Josué Tille 2017-08-25 00:56:44 +02:00
parent 2b026f4a4f
commit 5f4547b0fb

View file

@ -5,7 +5,6 @@ location __PATH__ {
rewrite ^ https://$server_name$request_uri? permanent;
}
index index.html;
try_files $uri $uri/ index.html;
client_max_body_size 100M;
# Include SSOWAT user panel.