diff --git a/conf/httpd.conf b/conf/httpd.conf index 3fed509..bf25c86 100644 --- a/conf/httpd.conf +++ b/conf/httpd.conf @@ -7,7 +7,7 @@ LoadModule mpm_event_module modules/mod_mpm_event.so User apache Group apache -Listen 80 # para o redirect +Listen 80 Listen 443 Include conf.d/*.conf @@ -17,4 +17,4 @@ DocumentRoot "/var/www/html" Options Indexes FollowSymLinks AllowOverride None Require all granted - \ No newline at end of file + diff --git a/conf/ssl.conf b/conf/ssl.conf index f79e2df..171fa24 100644 --- a/conf/ssl.conf +++ b/conf/ssl.conf @@ -1,4 +1,3 @@ -Listen 443 https ServerName 10.60.0.1 DocumentRoot /var/www/html