Skip to content

Commit

Permalink
set start status
Browse files Browse the repository at this point in the history
  • Loading branch information
yuya-ishikawa-qa committed Jun 7, 2020
1 parent 7d66a2c commit 3b4faa1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions apache-php/apache.conf
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ ServerAdmin root@localhost
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "/var/www/html/public"
DocumentRoot "/var/www/html/"

#
# Relax access to content within /var/www.
Expand All @@ -128,7 +128,7 @@ DocumentRoot "/var/www/html/public"
</Directory>

# Further relax access to the default document root:
<Directory "/var/www/html/public">
<Directory "/var/www/html/">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
links:
- db
volumes:
- "./lara-d/:/var/www/html"
- "./:/var/www/html"
- "./apache-php/apache.conf:/etc/httpd/conf/httpd.conf"
container_name: "apache-php"
db:
Expand Down

0 comments on commit 3b4faa1

Please sign in to comment.