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 e5eefa8 commit 970a7feCopy full SHA for 970a7fe
webserver/extra/httpd-vhosts.conf
@@ -31,7 +31,7 @@ LoadModule proxy_fcgi_module /usr/local/apache2/modules/mod_proxy_fcgi.so
31
<VirtualHost *:8080>
32
33
# General setup for the virtual host
34
-DocumentRoot "/var/www/html"
+DocumentRoot "/var/www/html/public"
35
ServerName example.com
36
ServerAlias www.example.com
37
ServerAdmin admin@example.com
0 commit comments