Topic: How to include custom configuration file for a domain
HI
I'm a little confused on the custom config
Tell me if I'm correct.
I would like to set Wordpress rewrites for a few wordpress sites I have one being a MultiSite
Do I per domain put the rewrites into a file called mydomain.com and copy it to a custom directory that I have to create.
I do not have to put an include anywhere. The program will search that directory.
now I would like put this
server {
server_name_in_redirect off;
listen 80;
server_name _;will the file over write something that was included in the vhosts file of nginx conf file?
Do you have a tutorial on how to use it? The wiki is not clear