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 1483a20 commit 3cc2c36Copy full SHA for 3cc2c36
custom-nginx-reverse-proxy.conf
@@ -3,7 +3,7 @@ worker_processes 1;
3
events { worker_connections 1024; }
4
5
http {
6
-
+ include mime.types;
7
server_names_hash_bucket_size 128;
8
sendfile on;
9
0 commit comments