File size: 107 Bytes
08c964e
 
 
 
 
 
1
2
3
4
5
6
location /
{
	 try_files $uri $uri/ /index.php?$args;
}

rewrite /wp-admin$ $scheme://$host$uri/ permanent;