1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotify_ynh.git synced 2024-09-03 20:36:26 +02:00

remove ynh panel that prevents login with firefox

This commit is contained in:
Clément 2019-02-18 21:55:35 +01:00
parent 20fce0b456
commit 19b32a9a58

View file

@ -27,7 +27,4 @@ location __PATH__/ {
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}
# Include SSOWAT user panel.
include conf.d/yunohost_panel.conf.inc;
}