From 3c12fc793043e3339d2c9b6e7a994517771e767d Mon Sep 17 00:00:00 2001 From: creeper123123321 <7974274+creeper123123321@users.noreply.github.com> Date: Tue, 13 Apr 2021 19:25:52 -0300 Subject: [PATCH] comments apache copypasta --- apache_copypasta.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apache_copypasta.txt b/apache_copypasta.txt index d172462..95bda63 100644 --- a/apache_copypasta.txt +++ b/apache_copypasta.txt @@ -1,6 +1,11 @@ +# command to installing apache + certbot sudo apt install apache2 python3-certbot-apache +# generate the let's encrypt certificate with certbot + +# enable some needed modules sudo a2enmod rewrite ssl proxy_http proxy_connect proxy_wstunnel +# this is a example configuration for using in VirtualHost of Apache config # https://stackoverflow.com/questions/19294816/is-it-possible-to-ignore-an-apache-proxyd-certificate # https://stackoverflow.com/questions/27526281/websockets-and-apache-proxy-how-to-configure-mod-proxy-wstunnel SSLProxyEngine on