Skip to content

Commit 1934054

Browse files
authored
Update netbox.subdomain.conf.sample
1 parent 52f1b6b commit 1934054

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

netbox.subdomain.conf.sample

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## Version 2023/02/05
1+
## Version 2023/02/17
22
# make sure that your container is named netbox
33
# make sure that your dns has a cname set for netbox
44
# make sure your netbox instance is using ALLOWED_HOST=netbox.domain.com (replace with your own domain)
@@ -14,10 +14,10 @@ server {
1414

1515
client_max_body_size 0;
1616

17-
# enable for ldap auth, fill in ldap details in ldap.conf
17+
# enable for ldap auth (requires ldap-location.conf in the location block)
1818
#include /config/nginx/ldap-server.conf;
1919

20-
# enable for Authelia
20+
# enable for Authelia (requires authelia-location.conf in the location block)
2121
#include /config/nginx/authelia-server.conf;
2222

2323
# enable for Authentik (requires authentik-location.conf in the location block)

0 commit comments

Comments
 (0)