mirror of
https://github.com/complexcaresolutions/frontend.porwoll.de.git
synced 2026-03-17 16:23:41 +00:00
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:
parent
101d30efeb
commit
5ff127fc97
1 changed files with 5 additions and 0 deletions
5
public/.htaccess
Normal file
5
public/.htaccess
Normal 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
|
||||||
Loading…
Reference in a new issue