1
0
mirror of https://github.com/dokku/buildpack-nginx.git synced 2025-06-27 02:40:46 +00:00
Commit Graph

104 Commits

Author SHA1 Message Date
7fe92f4821 chore: remove extra debug statement 2022-09-10 21:05:23 -04:00
25fb7889a5 fix: build against the correct directory 2022-09-10 21:02:04 -04:00
6381244e26 debug: where is the pcre2 output 2022-09-10 20:57:21 -04:00
7874622b04 feat: upgrade pcre to pcre2 2022-09-10 20:54:48 -04:00
043965bc7d feat: upgrade nginx to 1.23.1 2022-09-10 20:46:19 -04:00
6a99e870e4 fix: copy the new binary into the correct place 2022-09-10 20:42:01 -04:00
ad5e831e74 chore: debug 2022-09-10 20:36:01 -04:00
ed31137f94 feat: upgrade sigil to 0.9.0 2022-09-10 20:31:57 -04:00
6a592755ff feat: upgrade zlib to 1.2.12 2022-09-10 20:27:47 -04:00
9b7f098ced fix: add whitespace 2022-09-10 20:20:44 -04:00
7154c020a1 fix: use GITHUB_HEAD_REF instead 2022-09-10 20:14:49 -04:00
a11d1ce303 refactor: use ref name instead of sha 2022-09-10 20:11:49 -04:00
53b41ec631 fix: override commit being deployed 2022-09-10 19:58:50 -04:00
c8eef60b09 test: ensure test runs against vendored app-nginx.conf.sigil and mime.types 2022-09-10 18:56:55 -04:00
faf2a70272 fix: use correct domain name 2022-09-10 18:09:06 -04:00
f981b138ed fix: use a dokku.net subdomain to avoid hsts issues 2022-09-10 18:04:40 -04:00
7794c2c36f chore: add some debugging information 2022-09-10 18:02:11 -04:00
22619107ab chore: silence ci hook 2022-09-10 17:58:38 -04:00
1a28ec8509 feat: purge cache on every review app deploy
This ensures we test the currently built nginx binary.
2022-09-10 17:53:46 -04:00
e28d2049e5 debug: see what directory we are in 2022-09-10 17:42:55 -04:00
648d73fda6 fix: set current buildpack as the buildpack to use 2022-09-10 17:38:10 -04:00
c50c220ba4 chore: run shfmt 2022-09-10 17:13:33 -04:00
c2273de014 chore: drop ssl module 2022-09-10 17:10:30 -04:00
91c41476ae feat: add ssl module 2022-09-10 16:55:10 -04:00
90c8bd9365 Merge pull request #54 from dokku/53-custom-static-routing
feat: allow overriding default 404 response with custom file
2022-08-07 19:11:02 -04:00
89196adbf1 feat: allow overriding default 404 response with custom file
This allows folks the ability to restore the previous routing functionality used by static sites backed by VueJS (as an example).

Note that all requests routed this way will respond with a '200 OK' on the server, potentially causing SEO issues.

Closes #53
2022-08-07 19:10:31 -04:00
66b91f18e4 Enable http_auth 2021-12-28 20:45:30 +01:00
5a16fba7d1 fix: add missing quote 2021-11-06 20:46:18 -04:00
8cb1d16d7e fix: update pcre and pull from new location
ftp.pcre.org is no longer supported
2021-11-06 20:24:16 -04:00
1f534f7bc6 feat: enable the charset module by default 2020-06-11 15:31:47 -04:00
99d72cc005 Add real ip and proxy module 2020-02-09 11:59:08 +01:00
46d850193d fix: update message to say http instead of ftp
It's actually now downloading via ftp.
2019-08-19 15:44:16 -04:00
b0ce745a1b chore: switch to https
The ftp url is simply an alias for the https version...
2019-08-12 11:08:13 -04:00
fe3a5dc54f Update PCRE URL 2019-08-11 20:52:38 -04:00
673fd38bb2 Version bump of dependencies
- ensure pcre is requested via FTP
- bump pcre to 8.43
- bump nginx to 1.17.0
2019-06-16 09:39:00 +02:00
c6b3e74808 Update nginx to 1.14.0 2018-06-03 20:36:58 +02:00
0b290ce1f6 New download location for PCRE
Changing to a new mirror that has updated packages.
2017-07-16 14:29:27 +08:00
f873fe2024 UPDATE pcre and zlib 2017-07-09 09:00:31 -06:00
9a82e569c1 Update Zlib to version 1.2.10 2017-07-09 08:59:58 -06:00
0a46959ef7 Push zlib version to 1.2.9
Also fetch it from github releases rather than site directly; those
releases won't suddenly disappear.
2017-01-02 17:22:55 +02:00
c2748f137e Use app-nginx.conf.sigil if provided 2016-12-06 22:14:24 -05:00
dd3ac20c6d Switch template to app-nginx.conf.sigil 2016-09-20 01:38:50 -06:00
8848e945b9 Disable a shellcheck rule 2016-09-20 01:31:19 -06:00
e7684a0f2c Quote variable 2016-09-20 01:31:09 -06:00
fb081cabb2 Add trace mode 2016-09-20 01:31:04 -06:00
b69c1f3854 Suppress configure output 2016-09-20 01:20:17 -06:00
9c7cde74ad Cleanup bin/release 2016-09-20 01:18:03 -06:00
c4c93aebe0 Suppress output on success 2016-09-20 01:12:00 -06:00
8348cbde99 Fix casing on notices 2016-09-20 01:06:26 -06:00
1b0c929144 Simplify detection 2016-09-20 01:00:53 -06:00