Skip to content

Commit

Permalink
Add docroot
Browse files Browse the repository at this point in the history
  • Loading branch information
SKevo18 authored Apr 2, 2024
1 parent f535311 commit 7142a79
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions store.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ var commonDocRoots = []string{
"/var/www/*",
"/var/www/*/public_html",
"/var/www/vhosts/*/htdocs",
"/vhosts/*/httpdocs", // plesk
"$HOME/public_html/..", // nexcess
"$HOME/??*.*", // generic domain pattern
"/vhosts/production/magento", // hypernode
"/vhosts/*/httpdocs", // plesk
"$HOME/public_html/..", // nexcess
"$HOME/??*.*", // generic domain pattern
}

func (s *Store) ConfigPath() string {
Expand Down

0 comments on commit 7142a79

Please sign in to comment.