mirror of
https://github.com/casjaysdevdocker/bind
synced 2025-11-04 13:02:16 -05:00
🗃️ Fixed the .gitignore file 🗃️
.gitignore 01-tor.sh 02-named.sh 03-php-fpm.sh 99-nginx.sh ../../../../../tmp/etc/nginx/nginx.conf
This commit is contained in:
@@ -62,6 +62,13 @@ http {
|
||||
return 200 '{"status":"OK"}';
|
||||
}
|
||||
|
||||
location /healthz {
|
||||
default_type text/html;
|
||||
allow all;
|
||||
access_log off;
|
||||
return 200 'OK';
|
||||
}
|
||||
|
||||
location ~ [^/]\.php(/|$) {
|
||||
fastcgi_split_path_info ^(.+?\.php)(/.*)$;
|
||||
if (!-f $document_root$fastcgi_script_name) {
|
||||
|
||||
Reference in New Issue
Block a user