Skip to content

Commit a84e9b4

Browse files
committed
Removed invalid default in Apache config. Fixes #607
1 parent 87c3bbb commit a84e9b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/variations/fpm-apache/etc/apache2/sites-available
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
<VirtualHost *:${APACHE_HTTP_PORT:8080}>
1+
<VirtualHost *:${APACHE_HTTP_PORT}>
22
Include /etc/apache2/vhost-templates/http.conf
33
</VirtualHost>

0 commit comments

Comments
 (0)