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 52f1b6b commit 1934054Copy full SHA for 1934054
1 file changed
netbox.subdomain.conf.sample
@@ -1,4 +1,4 @@
1
-## Version 2023/02/05
+## Version 2023/02/17
2
# make sure that your container is named netbox
3
# make sure that your dns has a cname set for netbox
4
# make sure your netbox instance is using ALLOWED_HOST=netbox.domain.com (replace with your own domain)
@@ -14,10 +14,10 @@ server {
14
15
client_max_body_size 0;
16
17
- # enable for ldap auth, fill in ldap details in ldap.conf
+ # enable for ldap auth (requires ldap-location.conf in the location block)
18
#include /config/nginx/ldap-server.conf;
19
20
- # enable for Authelia
+ # enable for Authelia (requires authelia-location.conf in the location block)
21
#include /config/nginx/authelia-server.conf;
22
23
# enable for Authentik (requires authentik-location.conf in the location block)
0 commit comments