Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to insert conditionals into location #617

Closed
vchepkov opened this issue Apr 28, 2015 · 2 comments
Closed

How to insert conditionals into location #617

vchepkov opened this issue Apr 28, 2015 · 2 comments

Comments

@vchepkov
Copy link
Contributor

An example how to configure Wordpress on nginx https://codex.wordpress.org/Nginx includes several fragments I am not sure how to implement using this module
Particularly, this block inside location

    if (!-f $document_root$fastcgi_script_name) {
        return 404;
    }

Thanks

@visibilityspots
Copy link

@vchepkov take a look at #308 it explained it for me.

We could consider to enhance it into the README file perhaps..

@wyardley
Copy link
Collaborator

Docs fixes gratefully appreciated; that said, I'm going to close this for now, since it's been quite a while since this was opened.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants