Skip to content

Commit 01821a4

Browse files
committed
add comment about ALLOWED_HOST
1 parent 612f26a commit 01821a4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

netbox.subdomain.conf.sample

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
## Version 2021/05/18
22
# make sure that your dns has a cname set for netbox and that your netbox container is not using a base url
3+
# make sure your netbox instance is using ALLOWED_HOST=netbox.domain.com (replace with your own domain)
4+
# or edit both the environment variable and this conf file if using a different subdomain
35

46
server {
57
listen 443 ssl;

0 commit comments

Comments
 (0)