Skip to content

Commit

Permalink
add additional docroot
Browse files Browse the repository at this point in the history
  • Loading branch information
danslo authored Feb 21, 2024
1 parent 8e6e4ac commit 3c39b9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions store.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ var commonDocRoots = []string{
"$HOME/domains/*/public_html",
"/var/www/*",
"/var/www/*/public_html",
"/var/www/vhosts/*/htdocs",
"/vhosts/*/httpdocs", // plesk
"$HOME/*.*", // generic domain pattern
}
Expand Down

0 comments on commit 3c39b9c

Please sign in to comment.