1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2026-03-02 03:40:21 +00:00
Files
ohwgiles_laminar/src
Oliver Giles ce81be85c7 resolves #48: custom css ineffectual behind reverse proxy
Caddy (and probably other webservers) add a Content-Type header
when one was not supplied by the application backend. Under Chromium,
the css file is not interpreted if the webserver delivers it with
Content-Type: text/plain, althugh it does work if no Content-Type
header is set. To prevent the frontend proxy from adding the wrong
header, set it correctly in the first place
2018-05-04 07:48:48 +03:00
..
2018-04-06 13:43:38 +03:00
2017-12-20 08:24:25 +02:00
2018-01-04 08:40:10 +02:00
2018-04-06 13:43:38 +03:00
2017-12-20 08:24:25 +02:00
2017-12-09 12:21:34 +02:00
2017-12-20 08:24:25 +02:00
2017-12-20 08:24:25 +02:00
2018-02-24 18:53:11 +02:00