Skip to content
This repository was archived by the owner on Nov 10, 2022. It is now read-only.

Commit aa66d00

Browse files
committed
Fix rule not allowing nginx status to be accessed
1 parent 512beeb commit aa66d00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/nginx-default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ server {
3838
}
3939

4040
## Disable .htaccess and other hidden files
41-
location ~ /\. {
41+
location ~ /\.htaccess {
4242
deny all;
4343
access_log off;
4444
log_not_found off;

0 commit comments

Comments
 (0)