diff --git a/build/HAProxy/haproxy.conf b/build/HAProxy/haproxy.conf index f238e33..ce100c9 100644 --- a/build/HAProxy/haproxy.conf +++ b/build/HAProxy/haproxy.conf @@ -43,7 +43,6 @@ frontend https acl public_cache res.hdr(content-type) -i -m str text/css -i -m str application/javascript -i -m beg font/ acl private_cache res.hdr(content-type) -i -m beg image/ -i -m beg audio/ -i -m beg video/ -i -m beg text/ -i -m beg application/ - acl yagpdb hdr_beg(host) -i yagpdb.redxen.eu acl grafana hdr_beg(host) -i stats.redxen.eu acl nextcloud hdr_beg(host) -i cloud.redxen.eu acl git hdr_beg(host) -i git.redxen.eu @@ -69,7 +68,6 @@ frontend https http-response set-header Referrer-Policy no-referrer-when-downgrade http-response set-header Strict-Transport-Security max-age=31536000;\ includeSubDomains;\ preload - use_backend yagpdb if yagpdb use_backend nextcloud if nextcloud use_backend grafana if grafana use_backend git if git @@ -83,11 +81,6 @@ backend homepage http-request set-header Host rxhome.s3-website.eu-central-1.amazonaws.com http-request set-header Connection \"\" -backend yagpdb - server yagpdb-docker yag_yagpdb:80 - option httpchk HEAD / HTTP/1.1\r\nHost:\ yagpdb.redxen.eu - http-response set-header Content-Security-Policy default-src\ \'self\';connect-src\ \'self\';font-src\ https:\ data:\ \'self\';script-src\ \'unsafe-inline\'\ \'unsafe-eval\'\ https://cdnjs.cloudflare.com\ https://code.jquery.com\ \'self\';style-src\ https://stackpath.bootstrapcdn.com\ https://fonts.googleapis.com\ \'self\'\ \'unsafe-inline\';media-src\ https:\ \'self\';img-src\ https:\ blob:\ data:\ \'self\';frame-src\ \'self\';object-src\ \'none\';block-all-mixed-content;upgrade-insecure-requests - backend nextcloud server nextcloud-docker cloud_nextcloud:80 option httpchk HEAD / HTTP/1.1\r\nHost:\ cloud.redxen.eu