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 5bbd0b0 commit 85e7253Copy full SHA for 85e7253
webserver/extra/httpd-vhosts.conf
@@ -29,12 +29,12 @@ LoadModule proxy_module /usr/local/apache2/modules/mod_proxy.so
29
LoadModule proxy_fcgi_module /usr/local/apache2/modules/mod_proxy_fcgi.so
30
31
<VirtualHost *:8080>
32
- DocumentRoot /var/www/html/webapp/public
+ DocumentRoot /var/www/html
33
<Directory />
34
Options FollowSymLinks
35
AllowOverride None
36
</Directory>
37
- <Directory /var/www/html/webapp/public>
+ <Directory /var/www/html>
38
DirectoryIndex index.php
39
Options Indexes FollowSymLinks
40
AllowOverride All
0 commit comments