Like if WP is in subdirectory: ``` location / { try_files $uri /wordpress/index.php?q=$uri&$args; } location /wordpress { index index.php index.html index.htm; try_files $uri $uri/ /index.php?q=$uri&$args; } ```