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
When I want to serve PHP files, they are downloaded. When I inspected the Header of the request I saw that the Content-Type is kind of wrong: application/x-httpd-php.
After I googled a little bit about this behaviour, I found out that this causes the browser to download it. Am I doing something wrong?
When I want to serve PHP files, they are downloaded. When I inspected the Header of the request I saw that the
Content-Type
is kind of wrong:application/x-httpd-php
.After I googled a little bit about this behaviour, I found out that this causes the browser to download it. Am I doing something wrong?
Caddyfile
docker-compose.yml
The text was updated successfully, but these errors were encountered: