You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if WP is installed into a subfolder (eg /vagrant/blog), then we have to manually edit nginx/default.conf, uncomment the location block and update it with the folder name.
We should be able to do this automatically:
if wp_path is set to a subfolder in settings.sh, then add a location block into nginx/default.conf automatically.
Currently, if WP is installed into a subfolder (eg
/vagrant/blog), then we have to manually edit nginx/default.conf, uncomment the location block and update it with the folder name.We should be able to do this automatically:
if
wp_pathis set to a subfolder insettings.sh, then add a location block intonginx/default.confautomatically.