Skip to content

Instantly share code, notes, and snippets.

@mattheu
Last active December 26, 2015 10:19
Show Gist options
  • Save mattheu/7135691 to your computer and use it in GitHub Desktop.
Save mattheu/7135691 to your computer and use it in GitHub Desktop.
Salty-WordPress / Nginx conf - for projects where the acual site is in a public directory add this to the Salty WordPress default config
if ( -d /srv/www/$root/public ) {
set $root '${root}/public';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment