You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First: Sorry if this question turns out to be more about nginx and less about hyperfastcgi.
I'm trying to set up nginx with one/default server pointing to hyperfastcgi, thinking that hyperfastcgi can recognize which app to serve based on the incoming URL. Is this possible?
...as you can see my root dir in nginx was meant to be just a dummy, but since SCRIPT_FILENAME uses it, it means that this config only gives me 404s. I tried commenting out the SCRIPT_FILENAME line with no different result.
The text was updated successfully, but these errors were encountered:
First: Sorry if this question turns out to be more about nginx and less about hyperfastcgi.
I'm trying to set up nginx with one/default server pointing to hyperfastcgi, thinking that hyperfastcgi can recognize which app to serve based on the incoming URL. Is this possible?
My nginx config has this currently:
...as you can see my root dir in nginx was meant to be just a dummy, but since SCRIPT_FILENAME uses it, it means that this config only gives me 404s. I tried commenting out the SCRIPT_FILENAME line with no different result.
The text was updated successfully, but these errors were encountered: