From b4e1e2d5033816bb66fe9477758061d5d41e890f Mon Sep 17 00:00:00 2001 From: Hans-Chritian Payer Date: Wed, 17 Dec 2025 09:45:08 +0000 Subject: [PATCH] Neue Datei hochladen --- me-share.conf | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 me-share.conf diff --git a/me-share.conf b/me-share.conf new file mode 100644 index 0000000..b7fbf1d --- /dev/null +++ b/me-share.conf @@ -0,0 +1,20 @@ + + ServerName me-share.lonely-wolf.at + + ErrorLog ${APACHE_LOG_DIR}/pingvin_error.log + CustomLog ${APACHE_LOG_DIR}/pingvin_access.log combined + + ProxyPreserveHost On + ProxyPass / http://127.0.0.1:3000/ + ProxyPassReverse / http://127.0.0.1:3000/ + + ProxyTimeout 600 + Timeout 600 + + # Upload-Größe, falls nötig, nicht limitieren + LimitRequestBody 0 + + # X-Forwarded-* Header durchreichen + RequestHeader set X-Forwarded-Proto "http" + RequestHeader set X-Forwarded-For "%{REMOTE_ADDR}s" +