1
0
mirror of https://github.com/thib8956/nginx-proxy synced 2025-07-01 22:35:45 +00:00
Commit Graph

259 Commits

Author SHA1 Message Date
8cf9ed7145 Merge pull request #1328 from dnmvisser/patch-1
Typo
2019-09-25 19:37:42 -06:00
45690ee044 Will fix spelling
Just read the documentation and found this spelling issue.
2019-09-19 07:55:43 +02:00
d8c04f666f Typo 2019-09-09 07:22:58 +02:00
ede9f9ec25 README.md: fix version in nginx banner 2019-08-29 22:59:43 +02:00
26e764950f Update ssl configuration 2019-08-29 22:14:14 +02:00
afa2dc53c7 Update README.md 2019-03-23 12:23:12 +01:00
8c590fc68f Merge pull request #913 from panteparak/DH-Param-Generator-Option
Add DH param generator option
2019-03-05 12:46:49 -07:00
58c1fe3606 Upgrade to nginx 1.14.1 stable version 2018-11-09 15:26:01 +01:00
e014065d9e Update README.md - sample yml needed expose option
Example docker-compose.yml does not work without defining an exposed port for whoami service.
2018-10-24 09:50:28 -05:00
07f4c66ee9 clarify default host usage 2018-06-22 19:48:53 +02:00
cb2b0e2bd3 Upgrade to nginx 1.14 stable 2018-06-06 00:56:47 +02:00
d7e939dc27 Added info on enabling OCSP Stapling 2018-03-28 11:43:41 -04:00
71225a28fa Merge pull request #1026 from jwilder/updates
Updates for 0.7.0 release
2018-03-23 23:34:31 -06:00
f8cd4483ac Update version to 0.7.0 2018-03-23 23:03:42 -06:00
5266553e1b Add issue template/q&a links 2018-03-23 21:07:43 -06:00
0f27ed800c fixes typo
spotted a typo within the readme ;) cheers
2018-02-14 21:14:25 +01:00
35f092ca30 Update doc with SSL_POLICY values 2017-11-18 09:18:55 +01:00
ea80027525 Merge branch 'master' into ssl-modern 2017-11-16 22:47:25 +01:00
a312472fb5 Added custom HSTS support (issue #953) 2017-11-08 22:30:24 -05:00
56fb58cc6f Update doc for mozilla modern profile 2017-10-27 10:28:42 +02:00
3ac478f284 Update Diffie-Hellman Groups doc
+ corrected a typo
2017-10-25 12:34:22 +02:00
3ef600a3b5 Merge pull request #842 from kamermans/feature/external_internal_network
Allow containers to be restricted to internal network
2017-10-20 10:04:08 -06:00
fc36514eb8 Merge pull request #863 from qiqizjl/master
support fastcgi
2017-10-20 10:00:27 -06:00
93d90884e2 Implemented NETWORK_ACCESS (squash commit) 2017-10-18 13:29:12 -04:00
92379d8131 Update Readme 2017-09-24 15:15:00 +07:00
09271a333a Update Readme 2017-08-27 04:40:47 +07:00
f05f7a0ff9 Merge pull request #574 from teohhanhui/ocsp-stapling-chain
Enable OCSP stapling if certificate trust chain is provided
2017-08-16 11:53:17 -06:00
343791b657 Simplify docker-compose.yml example
Remove `container_name` as not required
2017-08-12 07:37:05 +02:00
dfe7677eb5 Enable OCSP stapling if certificate trust chain is provided
Previously disabled in 080a5157e6
2017-07-31 17:46:58 +08:00
febf85d7e2 Move to 1.13 base image to get auto updates
Less maintenance and more security
Resolves #880
2017-07-21 13:45:33 +02:00
2eb2ae9c93 support fastcgi 2017-06-24 14:48:05 +08:00
29fffd6de8 Revert "support fastcgi"
This reverts commit 8ac755e1d6.
2017-06-24 14:05:42 +08:00
8ac755e1d6 support fastcgi 2017-06-24 13:51:02 +08:00
026ba7cdac Added DHParam compatibility note 2017-06-18 21:30:59 -04:00
c41186a3a4 Merge branch 'master' into feature_ssl_improvement 2017-06-14 16:31:12 -06:00
2c4102d396 Upgrade to 1.13.0 2017-05-04 18:57:00 +02:00
f2487741dc Fix README typo
Fixed a small typo/error with "the a" host
2017-05-03 11:06:34 -05:00
cf88817355 DOC: fixed typo 2017-04-11 11:43:47 +03:00
172d79aff4 Upgrade to nginx 1.11.13 2017-04-07 12:58:49 +02:00
6fd32b5a9b Updated README to include HTTP/2.0 2017-03-18 10:52:43 +01:00
77e022cf28 DOC: reflect change from PR #344
PR #344 changed the HTTP status code from `503` to `500`. The README.md file was not updated accordingly.
2017-03-15 01:32:47 +01:00
ad9af2884d Merged master, fixed BATS conflict 2017-03-06 10:48:12 -05:00
7bafa37a52 Upgrade to nginx 1.11.10 2017-02-21 14:03:54 +01:00
6069bc53cd TESTS: replace old test suite with the new one
get rid of Bats definitively
2017-02-17 00:29:30 +01:00
eeed150858 README: fix instruction for overriding default custom conf 2017-02-16 21:40:54 +01:00
2d588871f0 Merge pull request #719 from thomasleveil/optional_IPv6
optional IPv6 support
2017-02-16 12:09:30 -07:00
d7a2aa7823 Merge pull request #676 from matt-hh/feature/alpine-readme
Add info about alpine base image
2017-02-16 09:40:12 -07:00
f0951df040 optional IPv6 support
Fix #127 and fix #717 by improving #713
2017-02-15 11:50:16 +01:00
b9e2053c38 Merge pull request #704 from yosmanyga/patch-1
Fixed typo
2017-02-06 12:43:16 -07:00
15cbb5debf Upgrade to nginx 1.11.9 2017-02-05 21:40:29 +01:00