Skip to content

Commit b1a9b2b

Browse files
committed
fix
1 parent b9d4909 commit b1a9b2b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Disable access logs for healthcheck endpoint
22
location = /up {
3-
access_log off;
3+
access_log off;
4+
try_files $uri $uri/ /index.php?$query_string;
45
}

0 commit comments

Comments
 (0)