Skip to content

Commit 85e7253

Browse files
committed
Update httpd-vhosts.conf
1 parent 5bbd0b0 commit 85e7253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

webserver/extra/httpd-vhosts.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ LoadModule proxy_module /usr/local/apache2/modules/mod_proxy.so
2929
LoadModule proxy_fcgi_module /usr/local/apache2/modules/mod_proxy_fcgi.so
3030

3131
<VirtualHost *:8080>
32-
DocumentRoot /var/www/html/webapp/public
32+
DocumentRoot /var/www/html
3333
<Directory />
3434
Options FollowSymLinks
3535
AllowOverride None
3636
</Directory>
37-
<Directory /var/www/html/webapp/public>
37+
<Directory /var/www/html>
3838
DirectoryIndex index.php
3939
Options Indexes FollowSymLinks
4040
AllowOverride All

0 commit comments

Comments
 (0)