1
0
mirror of https://github.com/ohwgiles/laminar.git synced 2024-10-27 20:34:20 +00:00
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
..
resources resolves #28: compensate for server/client clock skew 2018-02-03 16:52:46 +02:00
client.cpp laminarc: replace start with run 2018-04-06 13:43:38 +03:00
conf.cpp resolves #34: watch for configuration changes 2018-04-06 18:04:50 +03:00
conf.h use compliant include guards 2017-12-20 08:24:25 +02:00
database.cpp add basic tests for conf, database and run 2018-01-26 13:07:02 +02:00
database.h fix compile error on 32-bit Linux 2018-01-04 08:40:10 +02:00
interface.h resolves #34: watch for configuration changes 2018-04-06 18:04:50 +03:00
laminar.capnp laminarc: replace start with run 2018-04-06 13:43:38 +03:00
laminar.cpp resolves #41: strange behaviour of limits 2018-04-20 14:18:10 +03:00
laminar.h resolves #41: strange behaviour of limits 2018-04-20 14:18:10 +03:00
log.h use compliant include guards 2017-12-20 08:24:25 +02:00
main.cpp Fix copyright years 2017-12-09 12:21:34 +02:00
node.h use compliant include guards 2017-12-20 08:24:25 +02:00
resources.cpp replace gif status indicators with unicode symbols 2018-01-08 08:03:46 +02:00
resources.h use compliant include guards 2017-12-20 08:24:25 +02:00
run.cpp resolves #29: graceful shutdown 2018-02-24 18:53:11 +02:00
run.h resolves #41: strange behaviour of limits 2018-04-20 14:18:10 +03:00
server.cpp resolves #48: custom css ineffectual behind reverse proxy 2018-05-04 07:48:48 +03:00
server.h resolves #34: watch for configuration changes 2018-04-06 18:04:50 +03:00