thecollegeview: pass rest api to phpfpm
This commit is contained in:
parent
7c4a4ec66f
commit
3adfffb563
1 changed files with 5 additions and 0 deletions
|
@ -86,6 +86,11 @@ http {
|
|||
log_not_found off;
|
||||
}
|
||||
|
||||
# Pass REST API to FPM
|
||||
location /wp-json/ {
|
||||
try_files $uri $uri/ /index.php?$args;
|
||||
}
|
||||
|
||||
# Pass the PHP scripts to FastCGI server
|
||||
location ~ \.php$ {
|
||||
include fastcgi_params;
|
||||
|
|
Loading…
Reference in a new issue