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

Commit

Permalink
Fix rule not allowing nginx status to be accessed
Browse files Browse the repository at this point in the history
  • Loading branch information
williamdes committed Oct 4, 2022
1 parent 512beeb commit aa66d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/nginx-default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ server {
}

## Disable .htaccess and other hidden files
location ~ /\. {
location ~ /\.htaccess {
deny all;
access_log off;
log_not_found off;
Expand Down

0 comments on commit aa66d00

Please sign in to comment.