mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 04:51:33 -07:00
Add/adjust api and metric endpoints
This commit is contained in:
parent
1228f6edfd
commit
a3ba31a80a
10 changed files with 167 additions and 32 deletions
|
@ -1,4 +1,4 @@
|
|||
## Version 2023/02/05
|
||||
## Version 2023/02/12
|
||||
# make sure that your flexget container is named flexget
|
||||
# make sure that flexget is set to work with the base url /flexget/
|
||||
# make sure to set 'base_url: /flexget' under your flexget's config.yml web_server block
|
||||
|
@ -21,12 +21,6 @@ location ^~ /flexget/ {
|
|||
# enable for Authentik (requires authentik-server.conf in the server block)
|
||||
#include /config/nginx/authentik-location.conf;
|
||||
|
||||
# enable for Authelia (requires authelia-server.conf in the server block)
|
||||
#include /config/nginx/authelia-location.conf;
|
||||
|
||||
# enable for Authentik (requires authentik-server.conf in the server block)
|
||||
#include /config/nginx/authentik-location.conf;
|
||||
|
||||
include /config/nginx/proxy.conf;
|
||||
include /config/nginx/resolver.conf;
|
||||
set $upstream_app flexget;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue