From 81d001d49e557e1da6fcb82ff609f280844a04e4 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch <stretch@packetlife.net> Date: Mon, 24 Feb 2020 14:30:03 -0500 Subject: [PATCH] Add a note about X-Frame-Options to the HTTP daemon instructions --- docs/installation/3-http-daemon.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/installation/3-http-daemon.md b/docs/installation/3-http-daemon.md index cc1065fef..4225f8413 100644 --- a/docs/installation/3-http-daemon.md +++ b/docs/installation/3-http-daemon.md @@ -99,6 +99,9 @@ Save the contents of the above example in `/etc/apache2/sites-available/netbox.c To enable SSL, consider this guide on [securing Apache with Let's Encrypt](https://www.digitalocean.com/community/tutorials/how-to-secure-apache-with-let-s-encrypt-on-ubuntu-16-04). +!!! note + Certain components of NetBox (such as the display of rack elevation diagrams) rely on the use of embedded objects. Ensure that your HTTP server configuration does not override the `X-Frame-Options` response header set by NetBox. + # gunicorn Installation Install gunicorn: