mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
grr, setup must be reachable
This commit is contained in:
parent
972ebf56f2
commit
18ade2a642
@ -36,7 +36,7 @@ server {
|
||||
try_files $uri $uri/ =404;
|
||||
location ~ ^/egroupware(/(?U).+\.php) {
|
||||
# do not allow to call files ment to be included only
|
||||
location ~ /(src|setup|inc|vendor)/ {
|
||||
location ~ ^$path/(vendor|[^/]+/(src|setup|inc))/ {
|
||||
return 403;
|
||||
}
|
||||
alias /usr/share/egroupware;
|
||||
|
Loading…
Reference in New Issue
Block a user