Skip to content

Commit

Permalink
SSL: fix variables not defined
Browse files Browse the repository at this point in the history
  • Loading branch information
Nguyen Duc Chung committed Jan 5, 2019
1 parent ebdb1cb commit 49c455a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions php-apache/apache2/apache2.conf
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@ LogFormat "%{User-agent}i" agent
# Include generic snippets of statements
IncludeOptional conf-enabled/*.conf

# Define evironment variables
Define SSL_CERT_DIR /etc/ssl/certs/apache2
Define SSL_PRIV_DIR /etc/ssl/private/apache2

# Include the virtual host configurations:
IncludeOptional sites-enabled/*.conf

Expand Down
2 changes: 1 addition & 1 deletion php-apache/php/conf.d/php.ini
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
memory_limit = 512M
xdebug.remote_autostart=off
xdebug.remote_autostart = off

0 comments on commit 49c455a

Please sign in to comment.