aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/nginx/files/files.pydis.wtf
blob: db8416eef7d391cd5965ac88529afd427c884d64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# Managed by Ansible
server {
  listen      443;
  server_name files.pydis.wtf;
  root        /var/www/turing;

  location / {
    try_files $uri $uri/;
  }
}