79224020

Date: 2024-11-25 17:23:49
Score: 1
Natty:
Report link

Removing passenger_enabled on; from the server block and adding:

location / {
    try_files $uri.html $uri @passenger;
}
location @passenger {
    passenger_enabled on;
}

Thanks to Camden Narzt and Frank Groeneveld for pointing me in the right direction

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
Posted by: Mark Robinson