Skip to content

Commit

Permalink
removed nginx directive which overwrote piping to PHP fixes #82
Browse files Browse the repository at this point in the history
  • Loading branch information
geek-at committed Mar 31, 2024
1 parent b7ca085 commit f4168bb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions docker/rootfs/nginx.conf
Expand Up @@ -51,9 +51,4 @@ server {
gzip_comp_level 6;
gzip_types text/plain text/css text/xml application/json application/javascript application/xml+rss application/atom+xml image/svg+xml;

# don't log static files
location ~* \.(js|css|png|jpg|jpeg|gif|ico|woff2|)$ {
access_log off;
}

}

0 comments on commit f4168bb

Please sign in to comment.