Rename auxiliary ffhh roles

This commit is contained in:
Alexander Dietrich 2022-04-14 13:43:05 +02:00
parent 7e739c8c70
commit a32926b0b9
7 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,3 @@
autoindex on;
autoindex_exact_size on;
autoindex_localtime off;

View file

@ -0,0 +1,6 @@
location ^~ /.well-known/acme-challenge {
proxy_set_header Host $host;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass http://srv01.hamburg.freifunk.net$request_uri;
access_log off;
}

View file

@ -0,0 +1,8 @@
disable_symlinks if_not_owner from=$document_root;
# Do not serve dotfiles.
location ~ /\. {
deny all;
access_log off;
log_not_found off;
}

View file

@ -0,0 +1,5 @@
---
- name: copy snippets
copy:
src: snippets/
dest: /etc/nginx/snippets/