From 3adfffb5636da84c2fb335f2e9271522b13b7d88 Mon Sep 17 00:00:00 2001 From: wizzdom Date: Wed, 11 Dec 2024 00:09:54 +0000 Subject: [PATCH] thecollegeview: pass rest api to phpfpm --- jobs/socs/mps-thecollegeview.hcl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/jobs/socs/mps-thecollegeview.hcl b/jobs/socs/mps-thecollegeview.hcl index 2ffa40f..a916387 100644 --- a/jobs/socs/mps-thecollegeview.hcl +++ b/jobs/socs/mps-thecollegeview.hcl @@ -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;