We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8455f commit f2323b9Copy full SHA for f2323b9
1 file changed
kimai.subdomain.conf.sample
@@ -45,19 +45,6 @@ server {
45
}
46
47
location ~ (/kimai)?/api {
48
- # enable the next two lines for http auth
49
- #auth_basic "Restricted";
50
- #auth_basic_user_file /config/nginx/.htpasswd;
51
-
52
- # enable for ldap auth (requires ldap-server.conf in the server block)
53
- #include /config/nginx/ldap-location.conf;
54
55
- # enable for Authelia (requires authelia-server.conf in the server block)
56
- #include /config/nginx/authelia-location.conf;
57
58
- # enable for Authentik (requires authentik-server.conf in the server block)
59
- #include /config/nginx/authentik-location.conf;
60
61
include /config/nginx/proxy.conf;
62
include /config/nginx/resolver.conf;
63
set $upstream_app kimai;
0 commit comments