You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the Server module using the example on the PIPE homepage. I'm having a strange problem. No matter what I do I'm getting a content type back of text/html. I'm using PHP 5.3.16 (installed via homebrew-php), NGINX, and FPM.
I can't see anything wrong anywhere. NGINX isn't touching the headers, PHP-FPM doesn't seem to have any option to manipulate them even if I wanted to, and PHP seems to be sending them correctly. I was wondering if I was missing something obvious?
The text was updated successfully, but these errors were encountered:
I'm using the Server module using the example on the PIPE homepage. I'm having a strange problem. No matter what I do I'm getting a content type back of
text/html
. I'm using PHP 5.3.16 (installed via homebrew-php), NGINX, and FPM.First, the file:
And here are the headers:
Here's my NGINX config (pretty vanilla):
If I echo the response object in my assets.php file I get:
I can't see anything wrong anywhere. NGINX isn't touching the headers, PHP-FPM doesn't seem to have any option to manipulate them even if I wanted to, and PHP seems to be sending them correctly. I was wondering if I was missing something obvious?
The text was updated successfully, but these errors were encountered: