From 9656c2bee49436cfffcc66c53d7f2150f9f591cf Mon Sep 17 00:00:00 2001 From: Vasco Date: Tue, 28 Apr 2026 17:42:17 +0100 Subject: [PATCH] oops --- conf/httpd.conf | 4 ++-- conf/ssl.conf | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) 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