From e93bdbf87924a938471911da0e868f9c89bd2ef8 Mon Sep 17 00:00:00 2001 From: CCS Admin Date: Sun, 15 Feb 2026 20:20:06 +0000 Subject: [PATCH] revert: remove .htaccess causing 500 errors PassengerAppRoot and other directives are not allowed in .htaccess context. Co-Authored-By: Claude Opus 4.6 --- public/.htaccess | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 public/.htaccess diff --git a/public/.htaccess b/public/.htaccess deleted file mode 100644 index 330b0b4..0000000 --- a/public/.htaccess +++ /dev/null @@ -1,5 +0,0 @@ -PassengerEnabled on -PassengerAppRoot /var/www/vhosts/porwoll.de/httpdocs -PassengerStartupFile server.js -PassengerAppType node -PassengerNodejs /opt/plesk/node/22/bin/node