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:
parent
c7294bd069
commit
2df5bfebad
1 changed files with 0 additions and 6 deletions
|
@ -12,13 +12,7 @@ location __PATH__/ {
|
|||
location ^~ __PATH__/data {
|
||||
deny all;
|
||||
}
|
||||
location ^~ /data {
|
||||
deny all;
|
||||
}
|
||||
|
||||
location ^~ /pgpback/keys {
|
||||
deny all;
|
||||
}
|
||||
location ^~ __PATH__/pgpback/keys {
|
||||
deny all;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue