Tim Schneider
e2e6964944
Adding the ability to serve static files with nginx-proxy
...
This is done by intruducing a new VIRTUAL_PROTO=static. The VIRTUAL_ROOT variable points to the static root which should be mounted into the container as volume. Often the container of the static website does not need to run, so I introduced a new environment variable INCLUDE_STOPPED_CONTAINERS that adds the -include-stopped flag to docker-gen
2018-01-23 09:48:42 +01:00
Nicolas Duchon
35f092ca30
Update doc with SSL_POLICY values
2017-11-18 09:18:55 +01:00
Nicolas Duchon
ea80027525
Merge branch 'master' into ssl-modern
2017-11-16 22:47:25 +01:00
Steve Kamerman
a312472fb5
Added custom HSTS support (issue #953 )
2017-11-08 22:30:24 -05:00
Nicolas Duchon
56fb58cc6f
Update doc for mozilla modern profile
2017-10-27 10:28:42 +02:00
Nicolas Duchon
3ac478f284
Update Diffie-Hellman Groups doc
...
+ corrected a typo
2017-10-25 12:34:22 +02:00
Jason Wilder
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
Jason Wilder
fc36514eb8
Merge pull request #863 from qiqizjl/master
...
support fastcgi
2017-10-20 10:00:27 -06:00
Steve Kamerman
93d90884e2
Implemented NETWORK_ACCESS (squash commit)
2017-10-18 13:29:12 -04:00
Jason Wilder
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
Brikou CARRE
343791b657
Simplify docker-compose.yml example
...
Remove `container_name` as not required
2017-08-12 07:37:05 +02:00
Teoh Han Hui
dfe7677eb5
Enable OCSP stapling if certificate trust chain is provided
...
Previously disabled in 080a5157e6
2017-07-31 17:46:58 +08:00
Matthias Döring
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
NaiXiaoXin
8ac755e1d6
support fastcgi
2017-06-24 13:51:02 +08:00
Steve Kamerman
026ba7cdac
Added DHParam compatibility note
2017-06-18 21:30:59 -04:00
Jason Wilder
c41186a3a4
Merge branch 'master' into feature_ssl_improvement
2017-06-14 16:31:12 -06:00
Tobias Hüske
2c4102d396
Upgrade to 1.13.0
2017-05-04 18:57:00 +02:00
Roberto Alvarez
f2487741dc
Fix README typo
...
Fixed a small typo/error with "the a" host
2017-05-03 11:06:34 -05:00
Naglis Jonaitis
cf88817355
DOC: fixed typo
2017-04-11 11:43:47 +03:00
Matthias Döring
172d79aff4
Upgrade to nginx 1.11.13
2017-04-07 12:58:49 +02:00
sischnei
6fd32b5a9b
Updated README to include HTTP/2.0
2017-03-18 10:52:43 +01:00
Thomas LÉVEIL
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
Steve Kamerman
ad9af2884d
Merged master, fixed BATS conflict
2017-03-06 10:48:12 -05:00
Matthias Döring
7bafa37a52
Upgrade to nginx 1.11.10
2017-02-21 14:03:54 +01:00
Thomas LEVEIL
6069bc53cd
TESTS: replace old test suite with the new one
...
get rid of Bats definitively
2017-02-17 00:29:30 +01:00
Thomas LEVEIL
eeed150858
README: fix instruction for overriding default custom conf
2017-02-16 21:40:54 +01:00
Jason Wilder
2d588871f0
Merge pull request #719 from thomasleveil/optional_IPv6
...
optional IPv6 support
2017-02-16 12:09:30 -07:00
Jason Wilder
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
Thomas LEVEIL
f0951df040
optional IPv6 support
...
Fix #127 and fix #717 by improving #713
2017-02-15 11:50:16 +01:00
Jason Wilder
b9e2053c38
Merge pull request #704 from yosmanyga/patch-1
...
Fixed typo
2017-02-06 12:43:16 -07:00
Matthias Döring
15cbb5debf
Upgrade to nginx 1.11.9
2017-02-05 21:40:29 +01:00
Yosmany Garcia
d8f66e2411
Fixed typo
2017-02-03 16:19:40 -08:00
Kevin Doveton
4c06935b62
Update README.md
2017-01-27 13:24:24 +10:30
Kevin Doveton
2be48ec982
Update EXPOSE link in README.md
2017-01-27 13:16:27 +10:30
Steve Kamerman
d320b43476
Merged conflict in BATS SSL test
2017-01-26 13:46:11 -05:00
Steve Kamerman
276b4dbe3e
Merge branch 'master' into feature_nohttps
2017-01-13 13:07:03 -05:00
Steve Kamerman
ebfe5e9c17
Added note about background generation
2017-01-11 22:49:55 -05:00
Steve Kamerman
f186815c2d
Merged upstream
2017-01-11 22:42:35 -05:00
Matthias Döring
8dfe5ae384
Add info about alpine base image
...
For todo in #558
2017-01-11 16:57:37 +01:00
Konstantin L
16c9853dc2
Set appropriate X-Forwarded-Ssl header.
2017-01-10 15:44:02 +01:00
Jason Wilder
e9a5519fb0
Merge pull request #611 from MichaelSp/patch-1
...
add link to letsencrypt-nginx-proxy-companion
2016-12-30 15:26:40 -07:00
Matthias Döring
004cc3cb8c
Upgrade to nginx 1.11.8
2016-12-28 23:38:47 +01:00
Cody Ramaker
b66398d1bf
Updated nginx to 1.11.6
2016-12-08 13:24:49 -06:00
Steve Kamerman
fc7653bf3d
Merge branch 'master' into feature_nohttps
2016-12-05 09:06:39 -05:00
Jason Wilder
e60fefad27
Merge pull request #587 from kamermans/feature_x_forwarded_port
...
Added X-Forwarded-Port and proxy headers tests
2016-12-02 11:17:44 -07:00
Max Wilkinson
fddae94ed8
Clarified a couple parts in the README
2016-10-28 14:46:37 -04:00
Michael
1a608eaefb
add link to letsencrypt-nginx-proxy-companion
2016-10-22 14:31:57 +02:00
Steve Kamerman
8cf0b75d80
Updated README with HTTPS_METHOD=nohttps
2016-10-01 11:25:11 -04:00