Skip to content
New issue

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

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

Already on GitHub? # to your account

Include basic WordPress settings? #2

Open
lucien144 opened this issue Dec 21, 2016 · 0 comments
Open

Include basic WordPress settings? #2

lucien144 opened this issue Dec 21, 2016 · 0 comments

Comments

@lucien144
Copy link
Owner

Like if WP is in subdirectory:

        location / {
                try_files $uri /wordpress/index.php?q=$uri&$args;
        }

        location /wordpress {
                index index.php index.html index.htm;
                try_files $uri $uri/ /index.php?q=$uri&$args;
        }
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant