Commit Graph

4 Commits

Author SHA1 Message Date
Giles Bradshaw b72a880868 feat: use comments in config files to file certificates
config files in /etc/nginx/conf.d can contain:

```

```

certificates files are in /etc/nginx/conf.d/certificates

these contain un commented lines
2020-12-18 20:46:26 +00:00
Elliot Saba 4fa974585c Use `ps | grep` instead of `jobs | grep`
It appears that `jobs` won't track the nginx processes started from a
config reload, so let's use `ps` instead.  Also, set `reuseport` on all
listen interfaces in order to dodge kernels that don't like `nginx`
restarting quickly.
2020-03-23 17:24:15 -07:00
Dominique Roux 479a108172 Added IPv6 Support for the docker container
- Enabled IPv6 for the nginx server
2019-02-11 16:30:04 +01:00
Bruno Zell f9ac240d32 moved all source files to src folder 2018-09-20 23:29:03 +02:00