We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbb08cd commit 8792aeaCopy full SHA for 8792aea
docs/docker/default.conf.template
@@ -1,6 +1,8 @@
1
server {
2
listen 80;
3
4
+ include /etc/nginx/mime.types;
5
+
6
# enable gzip
7
gzip on;
8
gzip_vary on;
0 commit comments