From: mhoellein Date: Tue, 13 Nov 2018 23:05:40 +0000 (+0100) Subject: daily autocommit X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=4d87e6433b971fe8bd1555f3d8bf7b6fb691f37c;p=homeserver daily autocommit --- diff --git a/apache2/sites-available/ccu.conf b/apache2/sites-available/ccu.conf index 0873284e..c7801f18 100644 --- a/apache2/sites-available/ccu.conf +++ b/apache2/sites-available/ccu.conf @@ -11,11 +11,11 @@ AuthName "EnterPassword for ccu" AuthType Basic require user ccu - Order deny,allow +# Order deny,allow Allow from all - ProxyPass / http://ccu/ - ProxyPassReverse / http://ccu/ + ProxyPass / http://192.168.178.20/ + ProxyPassReverse / http://192.168.178.20/ SSLEngine on SSLProtocol all -SSLv2 -SSLv3 Include /etc/letsencrypt/options-ssl-apache.conf diff --git a/apache2/sites-enabled/ccu.conf b/apache2/sites-enabled/ccu.conf new file mode 120000 index 00000000..b0836120 --- /dev/null +++ b/apache2/sites-enabled/ccu.conf @@ -0,0 +1 @@ +../sites-available/ccu.conf \ No newline at end of file diff --git a/rsyslog.conf b/rsyslog.conf index 78ee0a08..b38e63f1 100644 --- a/rsyslog.conf +++ b/rsyslog.conf @@ -14,8 +14,8 @@ module(load="imuxsock") # provides support for local system logging #module(load="immark") # provides --MARK-- message capability # provides UDP syslog reception -#module(load="imudp") -#input(type="imudp" port="514") +module(load="imudp") +input(type="imudp" port="514") # provides TCP syslog reception #module(load="imtcp")