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

Remove location ending slash

This commit is contained in:
tituspijean 2018-03-31 12:48:17 +00:00
parent a023477254
commit d1aaa82c9c

View file

@ -1,4 +1,4 @@
location ^~ __PATH__/ {
location ^~ __PATH__ {
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;