I’m looking to move the default web directory for ansible to a sub directory or even create an alias to push to a sub directory.
I have figured out how to do this with a base nginx config file. Is this possible with the ansible configuration. I can’t seem to locate where I would place a redirect. Or does Ansible use the location and root folder locations configured in nginx as the base configuration file for it’s native root directory. .
For example:
I want to move www.ansiblehome.com default directory to ansiblehome.com/index/ directory