mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +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;
|
try_files $uri $uri/ =404;
|
||||||
location ~ ^/egroupware(/(?U).+\.php) {
|
location ~ ^/egroupware(/(?U).+\.php) {
|
||||||
# do not allow to call files ment to be included only
|
# do not allow to call files ment to be included only
|
||||||
location ~ /(src|setup|inc|vendor)/ {
|
location ~ ^$path/(vendor|[^/]+/(src|setup|inc))/ {
|
||||||
return 403;
|
return 403;
|
||||||
}
|
}
|
||||||
alias /usr/share/egroupware;
|
alias /usr/share/egroupware;
|
||||||
|
Loading…
Reference in New Issue
Block a user