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

add / in location

This commit is contained in:
Clément 2019-03-31 18:44:32 +02:00
parent af05b5ff9f
commit 14e2853813

View file

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