Skip to content

Commit 8f55cf5

Browse files
committed
edit apache config
1 parent 133b334 commit 8f55cf5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.circleci/apache_ci.conf

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<VirtualHost *:8080>
22

33
DocumentRoot "/home/circleci/wp-php-console/wordpress"
4-
ServerName wp-php-console.test
54
DirectoryIndex index.html index.php
6-
ServerAlias wp-php-console
7-
ServerAlias *.wp-php-console.test
5+
ServerName wp-php-console.test
6+
ServerAlias wp-php-console *.wp-php-console.test *.test
87

98
<FilesMatch \.php$>
109
SetHandler application/x-httpd-php

0 commit comments

Comments
 (0)