We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d4909 commit b1a9b2bCopy full SHA for b1a9b2b
1 file changed
common/etc/nginx/server-opts.d/healthcheck.conf
@@ -1,4 +1,5 @@
1
# Disable access logs for healthcheck endpoint
2
location = /up {
3
- access_log off;
+ access_log off;
4
+ try_files $uri $uri/ /index.php?$query_string;
5
}
0 commit comments