Skip to content
Snippets Groups Projects
Commit c0fbe6d0 authored by ynerant's avatar ynerant Committed by ynerant
Browse files

Cransible charybde nginx configuration


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 244e1c28
No related branches found
No related tags found
1 merge request!165Nginx
......@@ -33,3 +33,29 @@ to_backup:
hosts_allow: "*",
read_only: "yes"
}
loc_nginx:
servers:
server_name:
- "ftp"
- "ftp.*"
- "mirror"
- "mirror.*"
- "archive.ubuntu.com"
- "fr.archive.ubuntu.com"
- "security.ubuntu.com"
- "ftps"
- "ftps.*"
root: "/pubftp"
locations:
- filter: "/"
- params:
- "autoindex on"
- "autoindex_exact_size off"
- "add_before_body /.html/HEADER.html"
- "add_after_body /.html/FOOTER.html"
- filter: "/pub/events/"
params:
- "mp4"
- "mp4_buffer_size 1m"
- "mp4_max_buffer_size 5m"
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