1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/helloworld_ynh.git synced 2024-09-03 19:15:57 +02:00

Remove http->https redirection now handled in the core

This commit is contained in:
Alexandre Aubin 2023-01-11 09:48:55 +01:00
parent d576103f14
commit 3e320da1da

View file

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