Skip to content

Commit f2323b9

Browse files
authored
Update kimai.subdomain.conf.sample
removed external auth options from api endpoint
1 parent 4d8455f commit f2323b9

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

kimai.subdomain.conf.sample

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,6 @@ server {
4545
}
4646

4747
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-
6148
include /config/nginx/proxy.conf;
6249
include /config/nginx/resolver.conf;
6350
set $upstream_app kimai;

0 commit comments

Comments
 (0)