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

fix nginx

This commit is contained in:
Yalh 2019-01-27 21:14:51 +01:00
parent c7294bd069
commit 2df5bfebad

View file

@ -12,13 +12,7 @@ location __PATH__/ {
location ^~ __PATH__/data { location ^~ __PATH__/data {
deny all; deny all;
} }
location ^~ /data {
deny all;
}
location ^~ /pgpback/keys {
deny all;
}
location ^~ __PATH__/pgpback/keys { location ^~ __PATH__/pgpback/keys {
deny all; deny all;
} }