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

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