Commit c803763
authored
Make server match github for content-type (#505)
Unity assumes the server is configured so that when it asks
for a file that ends in .gz the content-type is set to gzip.
Servez makes that the default.
Turning off that feature makes it match github pages which
don't do this.1 parent 292965f commit c803763
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments