mirror of
https://github.com/YunoHost-Apps/cultivons_ynh.git
synced 2024-09-03 18:16:27 +02:00
Modification de nginx.conf deny trop restrictif sur un repertoire
This commit is contained in:
parent
0d1abcd1e9
commit
23650eeab8
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ location __PATH__/ {
|
||||||
}
|
}
|
||||||
|
|
||||||
# Protection de certains repertoires
|
# Protection de certains repertoires
|
||||||
location ~ /(db|logs|tmp|image)/ {
|
location ~ /(db|logs|tmp)/ {
|
||||||
deny all;
|
deny all;
|
||||||
}
|
}
|
||||||
### End of PHP configuration part
|
### End of PHP configuration part
|
||||||
|
|
Loading…
Add table
Reference in a new issue