From 5ff127fc974024d6c8191d8db9ac2fd8402b79b7 Mon Sep 17 00:00:00 2001 From: CCS Admin Date: Sun, 15 Feb 2026 20:19:21 +0000 Subject: [PATCH] fix: add .htaccess for Apache/Passenger routing on Plesk All non-root routes were returning Apache 500 because Passenger was not handling them. This .htaccess enables Passenger for all requests through Apache on Hetzner 2. Co-Authored-By: Claude Opus 4.6 --- public/.htaccess | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 public/.htaccess diff --git a/public/.htaccess b/public/.htaccess new file mode 100644 index 0000000..330b0b4 --- /dev/null +++ b/public/.htaccess @@ -0,0 +1,5 @@ +PassengerEnabled on +PassengerAppRoot /var/www/vhosts/porwoll.de/httpdocs +PassengerStartupFile server.js +PassengerAppType node +PassengerNodejs /opt/plesk/node/22/bin/node