1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/baikal_ynh.git synced 2024-09-03 18:16:11 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2023-08-20 08:46:00 +02:00
parent 51a8d48287
commit e990c81f39

View file

@ -23,10 +23,6 @@ location __PATH__/ {
fastcgi_param SCRIPT_FILENAME $request_filename;
fastcgi_pass unix:/var/run/php/php__PHPVERSION__-fpm-__NAME__.sock;
}
#location ~ ^__PATH__/(\.|Core|Specific) {
# deny all;
#}
location ~ ^__PATH__/(\.ht|Core|Specific|config) {
deny all;