Add/adjust api and metric endpoints

This commit is contained in:
Eric Nemchik 2023-02-12 13:08:49 -06:00
commit a3ba31a80a
10 changed files with 167 additions and 32 deletions

View file

@ -1,4 +1,4 @@
## Version 2023/02/05
## Version 2023/02/12
# make sure that your portainer container is named portainer
# make sure that your dns has a cname set for portainer
@ -45,20 +45,7 @@ server {
proxy_hide_header X-Frame-Options; # Possibly not needed after Portainer 1.20.0
}
location /api/websocket/ {
# enable the next two lines for http auth
#auth_basic "Restricted";
#auth_basic_user_file /config/nginx/.htpasswd;
# enable for ldap auth (requires ldap-server.conf in the server block)
#include /config/nginx/ldap-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;
location ~ (/portainer)?/api {
include /config/nginx/proxy.conf;
include /config/nginx/resolver.conf;
set $upstream_app portainer;