1
0
Fork 0
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:
plabuse 2023-01-10 06:06:07 +01:00
parent 0d1abcd1e9
commit 23650eeab8

View file

@ -23,7 +23,7 @@ location __PATH__/ {
}
# Protection de certains repertoires
location ~ /(db|logs|tmp|image)/ {
location ~ /(db|logs|tmp)/ {
deny all;
}
### End of PHP configuration part