]> git.hoellein.online Git - homeserver/commitdiff
daily autocommit
authormhoellein <mhoellein@freenet.de>
Tue, 13 Nov 2018 23:05:40 +0000 (00:05 +0100)
committermhoellein <mhoellein@freenet.de>
Tue, 13 Nov 2018 23:05:40 +0000 (00:05 +0100)
apache2/sites-available/ccu.conf
apache2/sites-enabled/ccu.conf [new symlink]
rsyslog.conf

index 0873284e2a1016674c2c8e5630aadb425d44dbd1..c7801f18dafb10468eed2f05f979c081e7a3e786 100644 (file)
                        AuthName "EnterPassword for ccu"
                        AuthType Basic
                        require user ccu
-                       Order deny,allow
+#                      Order deny,allow
                        Allow from all
                </Proxy>
-               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 (symlink)
index 0000000..b083612
--- /dev/null
@@ -0,0 +1 @@
+../sites-available/ccu.conf
\ No newline at end of file
index 78ee0a08272002452625afec11d0a3242004f559..b38e63f1a065178f0051e60b47475f5571747300 100644 (file)
@@ -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")