I have a server running nginx + php5-fpm with a wordpress installation. My website is served on example.com and I would like to configure admin.example.com to point my site contributors to example.com/wp-admin. How do I configure my server{} block to do this?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
I believe something like this should work:
|
|||||
|
|
Try this:
In my permalinks I've custom rules: /%year%/%monthnum%/%day%/%postname%.html And when I browse to some article it will be: /2010/11/15/beta.html Cheers... |
|||
|
|