Commit graph

611 commits

Author SHA1 Message Date
Constantin Wildförster
cc17d7bfbf add warning 2020-02-04 20:09:32 +01:00
Constantin Wildförster
3423782a9e add warning 2020-02-04 20:09:11 +01:00
Constantin Wildförster
3a6a46584d improve seperate log variable check 2020-02-04 20:00:01 +01:00
Constantin Wildförster
d3580cedf6 update readme 2020-02-04 18:39:55 +01:00
Constantin Wildförster
0a079bf875 Merge branch 'unity-feature/VIRTUAL_IP' 2020-02-04 18:39:17 +01:00
Constantin Wildförster
55aab66949 merge conflicts 2020-02-04 18:37:57 +01:00
Constantin Wildförster
fcf63b42b7 Merge branch 'master' of github.com:cwildfoerster/nginx-proxy 2020-02-04 18:27:08 +01:00
Constantin Wildförster
5f6a96bf9a update 2020-02-04 18:27:05 +01:00
Constantin
dcdb6e21ed
Merge pull request #11 from juliushaertl/enh/hsts-https-method-fallback
Add fallback to the proxy containers env for HTTPS_METHOD and HSTS
2020-02-04 18:23:07 +01:00
Constantin Wildförster
9ae640f300 update Readme 2020-02-04 16:43:49 +01:00
Constantin Wildförster
21e5cd9d15 update to 1.17.8 2020-02-04 16:34:09 +01:00
Constantin Wildförster
b61b46d1c0 allow one .htpasswd file for all VIRTUAL_HOST’s @mark-wff 2020-02-04 16:30:15 +01:00
Constantin Wildförster
fdb69bda06 fix indention 2020-02-04 16:02:08 +01:00
Julius Härtl
f8b4553eee
Add fallback to the proxy containers env for HTTPS_METHOD and HSTS
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-01-30 08:24:38 +01:00
Constantin Wildförster
9ce660cc1c SEPERATE_LOGS_PER_VHOST 2020-01-25 19:08:59 +01:00
Constantin
561b623c6b
Merge pull request #10 from cwildfoerster/healthcheck
fix missing curl
2020-01-25 15:27:49 +01:00
Constantin Wildförster
a0ed7a9b4a update 2020-01-25 15:27:02 +01:00
Constantin
0586919a28
Merge pull request #9 from cwildfoerster/healthcheck
add healthcheck
2020-01-25 15:22:55 +01:00
Constantin Wildförster
45b900039a add healthcheck 2020-01-25 15:22:12 +01:00
Constantin
cc84cc46f2
Merge pull request #8 from cwildfoerster/vhostlogs
add VHOST_NAMED_LOGS enviorment variable to split logs across vhosts
2020-01-25 14:54:22 +01:00
Constantin Wildförster
f86b689cc8 add VHOST_NAMED_LOGS enviorment variable to split logs across vhosts 2020-01-25 14:53:41 +01:00
Constantin
e5d8347397
Merge pull request #6 from nanawel/feature/custom-external-ports-support
Add support for custom external HTTP/HTTPS ports (see https://groups.…
2020-01-23 20:24:15 +01:00
Constantin
4794a6acc1
Merge pull request #5 from mauvm/patch-1
Do not HTTPS redirect Let'sEncrypt ACME challenge
2020-01-23 20:24:07 +01:00
Constantin
9d7443dbd8
Merge pull request #3 from KeyWeeUsr/virtualpath
Virtualpath
2020-01-23 20:23:50 +01:00
Constantin
2fb100422a
Merge pull request #4 from dannycarrera/feature/virtual_host_alias
Feature/virtual host alias
2020-01-23 20:23:42 +01:00
Constantin
352b56886e
Merge pull request #2 from jakejarvis/nginx-1.17.6
Upgrade nginx to 1.17.6
2020-01-23 20:23:27 +01:00
Constantin
d2d5c98541
Merge pull request #1 from jwilder/master
merge
2020-01-23 20:19:15 +01:00
Peter Badida
9b38175c06 Fallback to empty string when VIRTUAL_PATH_STRIP not specified 2020-01-19 21:08:04 +01:00
Peter Badida
416050f1c6 Switch from TRUE to true for VIRTUAL_PATH_STRIP 2020-01-19 21:04:53 +01:00
Peter Badida
d31a35a2b7 Add support for VIRTUAL_PATH stripping + 302 redirect
Now the VIRTUAL_PATH=/service allows two locations /service -> 302 /service/ and /service/ -> container/ (with stripped VIRTUAL_PATH)
2020-01-09 00:52:28 +01:00
Chris Thomas
e684ad9a99 add support for regex locations 2020-01-08 21:46:11 +01:00
Chris Thomas
fecd2713fe Update the nginx template to support virtual path by creating named upstreams and targetting them appropriately 2020-01-08 21:46:11 +01:00
Daniel Carrera
e44b2f82aa virtual_host_alias & ssl redirects with single 301 2019-12-14 21:47:54 -05:00
Daniel Carrera
492613306b Added VIRTUAL_HOST_ALIAS to template
Updated README
2019-12-14 20:45:18 -05:00
Jake Jarvis
77227f8691
Upgrade nginx to 1.17.6 2019-12-04 10:19:17 -05:00
Jason Wilder
e762468759
Merge pull request #1356 from matt-hh/upgrade-nginx-1.17.5
Upgrade to 1.17.5
2019-11-08 07:00:06 -07:00
Matthias Döring
cf911d950a Upgrade to 1.17.5
closes #1337, resolves #1355
2019-11-08 14:11:17 +01:00
nanawel
a3e64a9433 Add support for custom external HTTP/HTTPS ports (see https://groups.google.com/forum/#!topic/nginx-proxy/0I2jevmgTLI) 2019-11-03 14:48:16 +01:00
Maurits van Mastrigt
11d644d645
Do not HTTPS redirect Let'sEncrypt ACME challenge
The auto renewal of Let'sEncrypt certificates fails due to the HTTPS redirect of the ACME challenge.

This workaround resolves the issue:
https://gist.github.com/codekitchen/2c519eb7572002afab6a5f979cd42913#file-letsencrypt-diff

Found through this comment:
https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion/issues/526#issuecomment-476253642
2019-10-01 16:00:41 +02:00
Jason Wilder
4443ee8b5a
Merge pull request #1116 from qiqizjl/master
fix fastcgi bug
2019-09-26 13:21:12 -06:00
Jason Wilder
08b953ba70
Merge pull request #1252 from jpomykala/patch-1
Update README.md
2019-09-25 19:44:56 -06:00
Jason Wilder
94f5763c04
Merge pull request #1323 from came88/banner
README.md: fix version in nginx banner
2019-09-25 19:39:17 -06:00
Jason Wilder
8cf9ed7145
Merge pull request #1328 from dnmvisser/patch-1
Typo
2019-09-25 19:37:42 -06:00
Jason Wilder
3a9de2d511
Merge pull request #1322 from came88/ssl-configuration
Update ssl configuration
2019-09-09 09:04:20 -06:00
came88
eba7d8af77
Fix comment about Mozilla Modern Policy and TLS1.3
Thanks to @deAtog for pointing it out
2019-09-09 12:45:20 +02:00
Dick Visser
d8c04f666f
Typo 2019-09-09 07:22:58 +02:00
Lorenzo Cameroni
ede9f9ec25 README.md: fix version in nginx banner 2019-08-29 22:59:43 +02:00
Lorenzo Cameroni
26e764950f Update ssl configuration 2019-08-29 22:14:14 +02:00
Jason Wilder
b886c0bd14
Merge pull request #1318 from came88/nginx
Upgrade nginx to 1.17.3
2019-08-18 09:13:33 -06:00
Lorenzo Cameroni
a4cc268628 Use nginx 1.17.3 2019-08-18 11:20:05 +02:00