diff --git a/roles/lokole/templates/lokole.conf.j2 b/roles/lokole/templates/lokole.conf.j2 index 5c3f96fb7..3587d26de 100644 --- a/roles/lokole/templates/lokole.conf.j2 +++ b/roles/lokole/templates/lokole.conf.j2 @@ -7,5 +7,13 @@ Alias {{ lokole_url }}/static {{ lokole_install_path }} Options Indexes FollowSymLinks AllowOverride All + + # Don't allow modifications in static directory Require all granted + + Require all denied + + +# Disable TRACE to prevent cross-site tracing +TraceEnable off