mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 20:41:32 -07:00
Update netbox.subdomain.conf.sample
This commit is contained in:
parent
52f1b6bba4
commit
1934054bda
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
## Version 2023/02/05
|
||||
## Version 2023/02/17
|
||||
# make sure that your container is named netbox
|
||||
# make sure that your dns has a cname set for netbox
|
||||
# make sure your netbox instance is using ALLOWED_HOST=netbox.domain.com (replace with your own domain)
|
||||
|
@ -14,10 +14,10 @@ server {
|
|||
|
||||
client_max_body_size 0;
|
||||
|
||||
# enable for ldap auth, fill in ldap details in ldap.conf
|
||||
# enable for ldap auth (requires ldap-location.conf in the location block)
|
||||
#include /config/nginx/ldap-server.conf;
|
||||
|
||||
# enable for Authelia
|
||||
# enable for Authelia (requires authelia-location.conf in the location block)
|
||||
#include /config/nginx/authelia-server.conf;
|
||||
|
||||
# enable for Authentik (requires authentik-location.conf in the location block)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue