Skip to content

Commit

Permalink
modify: nginx css
Browse files Browse the repository at this point in the history
  • Loading branch information
zinirun committed Mar 13, 2021
1 parent b8bd242 commit 092ae69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,9 @@ http {
index index.html index.htm;
try_files $uri $uri/ /index.html;
}

location ~ \.css {
add_header Content-Type text/css;
}
}
}

0 comments on commit 092ae69

Please sign in to comment.