mirror of
https://github.com/ViaVersion/VIAaaS.git
synced 2024-11-02 09:09:35 +01:00
comments apache copypasta
This commit is contained in:
parent
3b93b227a0
commit
3c12fc7930
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user