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 <noreply@anthropic.com>
This commit is contained in:
CCS Admin 2026-02-15 20:19:21 +00:00
parent 101d30efeb
commit 5ff127fc97

5
public/.htaccess Normal file
View file

@ -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