Skip to content

Commit 172c662

Browse files
committed
Update httpd-ssl.conf
1 parent 5b03d7d commit 172c662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webserver/extra/httpd-ssl.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ SSLSessionCacheTimeout 300
122122
<VirtualHost _default_:443>
123123

124124
# General setup for the virtual host
125-
DocumentRoot "/var/www/html/webapp/public"
125+
DocumentRoot "/var/www/html"
126126
ServerName example.com
127127
ServerAlias www.example.com
128128
ServerAdmin admin@example.com
@@ -132,7 +132,7 @@ TransferLog "/usr/local/apache2/logs/access_log"
132132

133133
Protocols h2 http/1.1
134134

135-
<Directory "/var/www/html/webapp/public">
135+
<Directory "/var/www/html">
136136
DirectoryIndex index.php
137137
Options Indexes FollowSymLinks
138138
AllowOverride All

0 commit comments

Comments
 (0)