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 612f26a commit 01821a4Copy full SHA for 01821a4
1 file changed
netbox.subdomain.conf.sample
@@ -1,5 +1,7 @@
1
## Version 2021/05/18
2
# 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
5
6
server {
7
listen 443 ssl;
0 commit comments