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:
parent
2b026f4a4f
commit
5f4547b0fb
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@ location __PATH__ {
|
||||||
rewrite ^ https://$server_name$request_uri? permanent;
|
rewrite ^ https://$server_name$request_uri? permanent;
|
||||||
}
|
}
|
||||||
index index.html;
|
index index.html;
|
||||||
try_files $uri $uri/ index.html;
|
|
||||||
client_max_body_size 100M;
|
client_max_body_size 100M;
|
||||||
|
|
||||||
# Include SSOWAT user panel.
|
# Include SSOWAT user panel.
|
||||||
|
|
Loading…
Add table
Reference in a new issue