summaryrefslogtreecommitdiff
path: root/configs/nginx
AgeCommit message (Collapse)Author
2021-04-18disabled cache for static filesDevaev Maxim
2021-03-26user defined cssDevaev Maxim
2021-02-20Make kvmd webui available via IPv6Fabian Bläse
nginx only binds an IPv4 socket, if the listen option is specified without [::]. There are two possibilites to fix this issue. Either the listen option can be specified using only [::], and additionally including ipv6only=off. This makes nginx bind an IPv6 socket which is also able to handle IPv4 connections. Or the listen option can be specified twice, one with [::] and one without. This makes nginx bind two independent sockets. If the first option is chosen, IPv4 addresses are mapped into the IPv6 address space, which might break scripts, filters, etc. So, for now, the second option is chosen.
2020-09-28basic redfish apiDevaev Maxim
2020-09-09Fixed nginx's "Could not build optimal types_hash"Devaev Maxim
2020-06-25preferred tls 1.3Devaev Maxim
2019-10-27split nginx.confDevaev Maxim
2019-05-10improved users/groupsDevaev Maxim
2019-05-09using unix socketsDevaev Maxim
2019-04-27url refactoringDevaev Maxim
2019-02-17package fixesDevaev Maxim
2018-12-18fixed cache-controlDevaev Maxim
2018-12-18loc-nocacheDevaev Maxim
2018-12-15modular nginx configurationDevaev Maxim
2018-12-15own authDevaev Maxim
2018-11-24nginx: disabled abs redirectDevaev Maxim
2018-11-21refactoringDevaev Maxim
2018-11-18moved lua crutch to kvmdDevaev Maxim
2018-11-18new manifest.jsonDevaev Maxim
2018-11-14big rewrite of extensionsDevaev Maxim
2018-11-12fixed missing ext.dDevaev Maxim
2018-11-12nginx: error_log stderrDevaev Maxim
2018-11-12/extensions using luaDevaev Maxim
2018-11-10improved nginx locationsDevaev Maxim
2018-10-31nginx hooks for future extensionsDevaev Maxim
2018-10-28using 127.0.0.1 instead of localhostDevaev Maxim
2018-10-28log interfaceDevaev Maxim
2018-09-28some fixes for ustreamerDevaev Maxim
2018-09-26moved kvmd to the rootDevaev Maxim