Skip to content

Commit 970a7fe

Browse files
committed
Update httpd-vhosts.conf
1 parent e5eefa8 commit 970a7fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webserver/extra/httpd-vhosts.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ LoadModule proxy_fcgi_module /usr/local/apache2/modules/mod_proxy_fcgi.so
3131
<VirtualHost *:8080>
3232

3333
# General setup for the virtual host
34-
DocumentRoot "/var/www/html"
34+
DocumentRoot "/var/www/html/public"
3535
ServerName example.com
3636
ServerAlias www.example.com
3737
ServerAdmin admin@example.com

0 commit comments

Comments
 (0)