Quantcast
Channel: Allow seperate fastcgi/php apps in both / as well as subdirectories
Browsing all 4 articles
Browse latest View live

Allow seperate fastcgi/php apps in both / as well as subdirectories

I thought this was a feature that NGINX could support, however from spending a couple days experimenting and stumping the folks in #nginx it appears that NGINX has some limitations that prevent this...

View Article



Re: Allow seperate fastcgi/php apps in both / as well as subdirectories

UPDATE: I found a way to make this work, you need to set your try_files as $uri $uri/ @app and then create location @app { rewrite /app/(.*)$ /app/index.php?/$1 last; }Very unintuitive, this took me...

View Article

Allow seperate fastcgi/php apps in both / as well as subdirectories

I thought this was a feature that NGINX could support, however from spending a couple days experimenting and stumping the folks in #nginx it appears that NGINX has some limitations that prevent this...

View Article

Re: Allow seperate fastcgi/php apps in both / as well as subdirectories

UPDATE: I found a way to make this work, you need to set your try_files as $uri $uri/ @app and then create location @app { rewrite /app/(.*)$ /app/index.php?/$1 last; } Very unintuitive, this took me...

View Article
Browsing all 4 articles
Browse latest View live




Latest Images