mirror of
https://github.com/complexcaresolutions/frontend.porwoll.de.git
synced 2026-03-17 16:23:41 +00:00
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>
5 lines
170 B
ApacheConf
5 lines
170 B
ApacheConf
PassengerEnabled on
|
|
PassengerAppRoot /var/www/vhosts/porwoll.de/httpdocs
|
|
PassengerStartupFile server.js
|
|
PassengerAppType node
|
|
PassengerNodejs /opt/plesk/node/22/bin/node
|