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 7eabd67 commit 03aa3cfCopy full SHA for 03aa3cf
1 file changed
frontend/nginx.conf
@@ -1,5 +1,9 @@
1
events {}
2
http {
3
+ include mime.types;
4
+ default_type application/octet-stream;
5
+ sendfile on;
6
+ keepalive_timeout 65;
7
server {
8
listen 80;
9
server_name localhost;
0 commit comments