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:
parent
51a8d48287
commit
e990c81f39
1 changed files with 0 additions and 4 deletions
|
@ -24,10 +24,6 @@ location __PATH__/ {
|
|||
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;
|
||||
return 404;
|
||||
|
|
Loading…
Add table
Reference in a new issue