Skip to content

Commit eddcf68

Browse files
authored
Merge pull request #5 from honoki/patch-1
Set Content-Type header
2 parents 6e67056 + a9c96ab commit eddcf68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

example_nginx.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ server {
2424
location ~* \/(polling|callback|staging).* {
2525
proxy_pass http://127.0.0.1:3000;
2626
proxy_read_timeout 3600;
27+
add_header Content-Type text/css;
2728
}
2829

2930
ssl_certificate /path/to/your/wildcard/cert/goes/here/fullchain.pem;

0 commit comments

Comments
 (0)