We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b03d7d commit 172c662Copy full SHA for 172c662
webserver/extra/httpd-ssl.conf
@@ -122,7 +122,7 @@ SSLSessionCacheTimeout 300
122
<VirtualHost _default_:443>
123
124
# General setup for the virtual host
125
-DocumentRoot "/var/www/html/webapp/public"
+DocumentRoot "/var/www/html"
126
ServerName example.com
127
ServerAlias www.example.com
128
ServerAdmin admin@example.com
@@ -132,7 +132,7 @@ TransferLog "/usr/local/apache2/logs/access_log"
132
133
Protocols h2 http/1.1
134
135
-<Directory "/var/www/html/webapp/public">
+<Directory "/var/www/html">
136
DirectoryIndex index.php
137
Options Indexes FollowSymLinks
138
AllowOverride All
0 commit comments