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

Merge remote-tracking branch 'origin/master' into testing

This commit is contained in:
anmol 2020-11-01 03:06:25 +05:30
commit 047375d2bf

View file

@ -1,5 +1,5 @@
location __PATH__
{
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
alias __FINALPATH__/;
# Force https
if ($scheme = http)