diff --git a/conf/nginx.conf b/conf/nginx.conf index dc8b7c7..848d727 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,10 +9,16 @@ location __PATH__/ { rewrite ^ https://$server_name$request_uri? permanent; } - location ^~ __PATH__/app/data { + location ^~ __PATH__/data { deny all; } + location ^~ /data { + deny all; + } + location ^~ /pgpback/keys { + deny all; + } location ^~ __PATH__/pgpback/keys { deny all; } diff --git a/sources/sso/sso.php b/sources/sso/sso.php index b20beff..54fb4a3 100644 --- a/sources/sso/sso.php +++ b/sources/sso/sso.php @@ -1,9 +1,22 @@