Skip to content

Commit 03aa3cf

Browse files
committed
feat: Update nginx config #4
1 parent 7eabd67 commit 03aa3cf

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

frontend/nginx.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
events {}
22
http {
3+
include mime.types;
4+
default_type application/octet-stream;
5+
sendfile on;
6+
keepalive_timeout 65;
37
server {
48
listen 80;
59
server_name localhost;

0 commit comments

Comments
 (0)