Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
weichaoduo authored Dec 31, 2021
1 parent 02763b5 commit 72450e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ https://github.com/gopeak/masterlab-docker
```text
<VirtualHost *:80>
# 请更改为实际的masterlab目录
DocumentRoot "c:/phpenv/www/masterlab/public"
DocumentRoot "c:/www/masterlab/public"
# 这里使用的是示例域名,你可以更改为你的域名
ServerName www.yoursite.com
<Directory />
Expand All @@ -106,7 +106,7 @@ https://github.com/gopeak/masterlab-docker
#Allow from All
</Directory>
# 请更改为实际的masterlab目录
<Directory "c:/phpenv/www/masterlab/public">
<Directory "c:/www/masterlab/public">
Options Indexes FollowSymLinks
AllowOverride All
#Order allow,deny
Expand Down

0 comments on commit 72450e5

Please sign in to comment.