Skip to content

Commit

Permalink
fix lucee logo rendering in sample page due to blocked path
Browse files Browse the repository at this point in the history
  • Loading branch information
justincarter committed Jul 4, 2023
1 parent 99cf91e commit 707909d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ server {
}

# block/ignore Lucee admin
location ~* /lucee {
location ~* ^/lucee {
return 404; # Lucee admin disabled (default/recommended)
# try_files @lucee @lucee; # Lucee admin enabled
}
Expand Down

0 comments on commit 707909d

Please sign in to comment.