summaryrefslogtreecommitdiffstats
path: root/modules/nginx
Commit message (Collapse)AuthorAgeFilesLines
* improve nginx tls configJesse Luehrs2020-07-111-3/+8
|
* fix nginx deprecation warningsJesse Luehrs2020-07-112-1/+1
|
* purge unused nginx configsJesse Luehrs2020-06-251-2/+6
|
* remove havegedJesse Luehrs2020-05-011-2/+0
| | | | | as of linux 5.6, /dev/random behaves the same as /dev/urandom, so there isn't any more blocking to work around
* actually, let's make this shared againJesse Luehrs2018-11-139-0/+158
|
* rename modules dirJesse Luehrs2018-10-199-158/+0
|
* some tls configuration updatesJesse Luehrs2018-10-151-2/+3
|
* update to actual tozt.netJesse Luehrs2018-10-151-2/+2
|
* use a hardcoded dhparam.pemJesse Luehrs2018-10-142-7/+15
| | | | | | it doesn't need to be secret, and generating a 4096-bit dhparam takes quite a long time (long enough to make initial server provisioning annoyingly long)
* point certbot at a different directory instead of using a symlinkJesse Luehrs2018-10-141-2/+2
| | | | | can't make a symlink at a place that a package expects to create a real directory
* temporarily update the cert location for the staging domain nameJesse Luehrs2018-10-101-2/+2
|
* try just using the built-in nginx supportJesse Luehrs2018-10-101-5/+3
|
* split up "other_packages"Jesse Luehrs2018-10-091-1/+3
|
* whoopsJesse Luehrs2017-11-081-1/+1
|
* make sure that services are actually enabledJesse Luehrs2017-11-081-1/+2
|
* bump up the timeout for dhparam generationJesse Luehrs2017-11-071-0/+1
|
* wait until haveged is installed and running to generate dhparamJesse Luehrs2017-11-071-1/+2
| | | | otherwise it times out sometimes
* set up dependencies a bit betterJesse Luehrs2017-11-051-1/+5
| | | | so that nginx will get restarted when config changes
* disable the tls parts of my nginx config for nowJesse Luehrs2017-11-051-0/+5
| | | | because certbot isn't set up yet
* use correct syntaxJesse Luehrs2017-11-051-1/+1
|
* nginx configJesse Luehrs2017-11-058-0/+135
|
* initial sketchJesse Luehrs2017-11-041-0/+2