Skip to content
Snippets Groups Projects
Commit b9f4a834 authored by Philipp Rothmann's avatar Philipp Rothmann
Browse files

fix autoindex

parent 9f556117
No related branches found
No related tags found
1 merge request!39Firmware mirror
Pipeline #4694 passed
This commit is part of merge request !39. Comments created here will be created in the context of that merge request.
...@@ -4,11 +4,10 @@ server { ...@@ -4,11 +4,10 @@ server {
server_name {{ mirror_url }}; server_name {{ mirror_url }};
client_max_body_size 5m; client_max_body_size 5m;
client_body_timeout 60; client_body_timeout 60;
root /var/www/firmware; root /var/www/firmware;
location / { location / {
index on; autoindex on;
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment