summaryrefslogtreecommitdiff
path: root/configs/nginx/nginx.conf
AgeCommit message (Collapse)Author
2022-10-19nginx: serve ACME challenges over unencrypted HTTP (#116)Wojtek Porczyk
RFC 8555 section 8.3 [1] states HTTP challenge MUST be served over TCP port 80 and while the verification follows redirects, those are unneed and migh be harmful in specific deployment scenarios. [1] https://datatracker.ietf.org/doc/html/rfc8555#section-8.3 Signed-off-by: Wojtek Porczyk <[email protected]>
2022-06-24kvmd-certbotMaxim Devaev
2021-11-12listen configsMaxim Devaev
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-09Fixed nginx's "Could not build optimal types_hash"Devaev 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-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-14big rewrite of extensionsDevaev 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