We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b352160 commit 35e5342Copy full SHA for 35e5342
1 file changed
user_guide_src/source/installation/running.rst
@@ -143,9 +143,9 @@ e.g., **apache2/conf/extra/httpd-vhost.conf**::
143
144
<VirtualHost *:80>
145
DocumentRoot "/opt/lamp/apache2/htdocs/myproject/public"
146
- ServerName myproject.local
147
- ErrorLog "logs/myproject-error_log"
148
- CustomLog "logs/myproject-access_log" common
+ ServerName myproject.local
+ ErrorLog "logs/myproject-error_log"
+ CustomLog "logs/myproject-access_log" common
149
</VirtualHost>
150
151
If your project folder is not a subfolder of the Apache document root, then your
0 commit comments