diff options
| -rw-r--r-- | ansible/roles/nginx/files/files.pydis.wtf | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/ansible/roles/nginx/files/files.pydis.wtf b/ansible/roles/nginx/files/files.pydis.wtf index eb1ba45..9d4cf68 100644 --- a/ansible/roles/nginx/files/files.pydis.wtf +++ b/ansible/roles/nginx/files/files.pydis.wtf @@ -5,6 +5,6 @@ server {    root        /var/www/turing;    location / { -    try_files $uri $uri/; +    try_files $uri $uri/ =404;    }  } | 
