SyntaxFix
Write A Post
Hire A Developer
Questions
I noticed this wasn't working with a static-first-then-reverse-proxy setup. Here's what that looks like:
location @app { proxy_pass http://localhost:3000$request_uri; } location / { try_files $uri $uri/ @app; error_page 405 @app; }