Skip to content

Commit 70243cb

Browse files
author
Pierre Buyle
committed
Add support for custom monitoring script.
1 parent 5374c71 commit 70243cb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

templates/apps/drupal/drupal.j2

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,4 +396,9 @@ location @empty {
396396
## Any other attempt to access PHP files returns a 404.
397397
location ~* ^.+\.php$ {
398398
return 404;
399-
}
399+
}
400+
401+
## Add support for custom monitoring script.
402+
location = /monitor/index.php {
403+
fastcgi_pass phpcgi;
404+
}

0 commit comments

Comments
 (0)