nginx-proxy-manager/backend
Kyle Klaus 96c5c79aef
Fix address validation rule to allow 'all' keyword
The rule was looking for the keyword 'any' but should have been looking for 'all' 

http://nginx.org/en/docs/http/ngx_http_access_module.html
2020-05-09 09:31:58 -07:00
..
.vscode Version 2.1.2 (#317) 2020-03-06 11:04:42 +10:00
config v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
doc v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
internal Fix satisy typo 2020-04-22 11:11:20 +10:00
lib Support ipv6 address as a origin header, hopefully fixes #149 2020-04-14 13:01:13 +10:00
migrations Fix incorrect var 2020-05-05 10:00:41 +10:00
models Fix satisy typo 2020-04-22 11:11:20 +10:00
routes/api v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
schema Fix address validation rule to allow 'all' keyword 2020-05-09 09:31:58 -07:00
templates write access list to proxy host config 2020-04-13 23:32:00 -07:00
.eslintrc.json v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
.gitignore - Add ability to disable ipv6, fixes #312 2020-04-07 10:43:19 +10:00
.prettierrc v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
app.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
db.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
index.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
knexfile.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
logger.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
migrate.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
nodemon.json v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
package.json - Add ability to disable ipv6, fixes #312 2020-04-07 10:43:19 +10:00
setup.js v2.1.0 (#293) 2020-02-19 15:55:06 +11:00
yarn.lock - Add ability to disable ipv6, fixes #312 2020-04-07 10:43:19 +10:00