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.
2 parents 6e67056 + a9c96ab commit eddcf68Copy full SHA for eddcf68
example_nginx.conf
@@ -24,6 +24,7 @@ server {
24
location ~* \/(polling|callback|staging).* {
25
proxy_pass http://127.0.0.1:3000;
26
proxy_read_timeout 3600;
27
+ add_header Content-Type text/css;
28
}
29
30
ssl_certificate /path/to/your/wildcard/cert/goes/here/fullchain.pem;
0 commit comments