# update for nginx server section of multisite nginx
# need to be included BEFORE location block
if (!-e $request_filename) {
    rewrite /wp-admin$ $scheme://$host$uri/ permanent;
    rewrite ^/[_0-9a-zA-Z-]+(/wp-.*) $1 last;
    rewrite ^/[_0-9a-zA-Z-]+(/.*\.php)$ $1 last;
}
# add to nginx config:
# include /var/www/wp-content/plugins/smartling-connector-dev/nginx-multisite