diff --git a/docs/reference/external-access.md b/docs/reference/external-access.md new file mode 100644 index 0000000..4ae3d06 --- /dev/null +++ b/docs/reference/external-access.md @@ -0,0 +1,7 @@ +# External access + +The only external access required by this charm is if it's configured to +connect to an external backend, using the `backend` configuration option. As +an example, if this is set to `http://mybackend.local:80`, then this charm +will need to be able to access that hostname on port 80 to be able to serve +content for it.