Skip to content

Commit 35e5342

Browse files
committed
docs: indent config values in sample
1 parent b352160 commit 35e5342

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

user_guide_src/source/installation/running.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ e.g., **apache2/conf/extra/httpd-vhost.conf**::
143143

144144
<VirtualHost *:80>
145145
DocumentRoot "/opt/lamp/apache2/htdocs/myproject/public"
146-
ServerName myproject.local
147-
ErrorLog "logs/myproject-error_log"
148-
CustomLog "logs/myproject-access_log" common
146+
ServerName myproject.local
147+
ErrorLog "logs/myproject-error_log"
148+
CustomLog "logs/myproject-access_log" common
149149
</VirtualHost>
150150

151151
If your project folder is not a subfolder of the Apache document root, then your

0 commit comments

Comments
 (0)