This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/attic-docker.git
The following commit(s) were added to refs/heads/main by this push:
new 1ced0e3 Fix location of CSP
1ced0e3 is described below
commit 1ced0e3495e661a27be55199cc3e377fa41c9ca6
Author: Sebb <[email protected]>
AuthorDate: Thu Oct 2 09:21:55 2025 +0100
Fix location of CSP
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index bc22cb2..d146d8d 100644
--- a/README.md
+++ b/README.md
@@ -34,5 +34,5 @@ Stop httpd server (and the container):
`docker compose exec attic_lua_csp apachectl stop`
To make changes to the CSP, edit the
-file
[config/000-default.conf#L30](https://github.com/apache/attic-docker/blob/main/config/000-default.conf#L30)
+file
[config/000-default.conf#L9-L17](https://github.com/apache/attic-docker/blob/main/config/000-default.conf#L9-L17)
Then rebuild the image (should be very quick) and restart.