Skip to content

Commit 3cc2c36

Browse files
authored
Include mime types in nginx config
1 parent 1483a20 commit 3cc2c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom-nginx-reverse-proxy.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ worker_processes 1;
33
events { worker_connections 1024; }
44

55
http {
6-
6+
include mime.types;
77
server_names_hash_bucket_size 128;
88
sendfile on;
99

0 commit comments

Comments
 (0)