Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Commit

Permalink
Fix nginx warning about duplicate text/html content type
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaël UTARD authored and LePetitTim committed May 17, 2019
1 parent 971ed0b commit 79a4427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/http-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ server {
if_modified_since before;
expires 1h;
gzip on;
gzip_types text/text text/html text/plain text/xml text/css application/x-javascript application/javascript application/json;
gzip_types text/text text/plain text/xml text/css application/x-javascript application/javascript application/json;
include mime.types;
types {
application/json geojson;
Expand Down

0 comments on commit 79a4427

Please sign in to comment.