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 4b6f0c2 commit c64f28eCopy full SHA for c64f28e
ee/cli/templates/locations.mustache
@@ -34,7 +34,7 @@ location ~* ^.+\.(bak|log|old|orig|original|php#|php~|php_bak|save|swo|swp|sql)$
34
log_not_found off;
35
}
36
# Return 403 forbidden for readme.(txt|html) or license.(txt|html) or example.(txt|html)
37
-if ($request_uri ~* "^.+(readme|license|example)\.(txt|html)$") {
+if ($uri ~* "^.+(readme|license|example)\.(txt|html)$") {
38
return 403;
39
40
# Status pages
0 commit comments