nginx-proxy-manager/src/backend
Carl Mercier 56de6621b5 Allow including custom nginx conf files
Give advanced users more flexibility by allowing them to include custom config files at differents locations in the nginx configuration.

`/data/nginx/custom/root.conf`: Included at the very end of nginx.conf
`/data/nginx/custom/http.conf`: Included at the end of the main `http` block
`/data/nginx/custom/server_proxy.conf`: Included at the end of every proxy `server` block
`/data/nginx/custom/server_redirect.conf`: Included at the end of every redirection `server` block
`/data/nginx/custom/server_stream.conf`: Included at the end of every stream `server` block
`/data/nginx/custom/server_stream_tcp.conf`: Included at the end of every TCP stream `server` block
`/data/nginx/custom/server_stream_udp.conf`: Included at the end of every UDP stream `server` block
2019-07-26 07:51:18 -04:00
..
internal Use correct var when returning updated certificate 2019-05-09 10:03:41 +10:00
lib Removed use strict 2019-05-08 15:24:57 +10:00
migrations Removed use strict 2019-05-08 15:24:57 +10:00
models Removed use strict 2019-05-08 15:24:57 +10:00
routes Added ability to force renew a LE cert, and also fix revoking certs 2019-05-08 15:25:48 +10:00
schema This commit resolves #98 so custom location can forward to custom path. (#99) 2019-03-11 13:52:09 +10:00
templates Allow including custom nginx conf files 2019-07-26 07:51:18 -04:00
views Fix redirect loop introduced in 2.0.4 2018-11-08 12:50:10 +10:00
app.js Removed use strict 2019-05-08 15:24:57 +10:00
db.js Removed use strict 2019-05-08 15:24:57 +10:00
importer.js Removed use strict 2019-05-08 15:24:57 +10:00
index.js Fixes #88 - Allow specifying X-FRAME-OPTIONS with an environment variable (#89) 2019-03-04 10:16:46 +10:00
logger.js Fetch ip ranges for CDN servers, Cloudfront and Cloudfare 2019-01-03 17:04:53 +10:00
migrate.js Removed use strict 2019-05-08 15:24:57 +10:00
setup.js Removed use strict 2019-05-08 15:24:57 +10:00