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

[fix] trailing slash

This commit is contained in:
tituspijean 2019-09-22 18:08:56 +02:00
parent acefce0360
commit 54c7ab5c38

View file

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