diff options
author | 2024-05-27 04:32:33 +0100 | |
---|---|---|
committer | 2024-05-27 04:36:04 +0100 | |
commit | a9db117d22928f066bf57ed6353ebbd8336908a6 (patch) | |
tree | a88da0079b5d9d1b9a42dfc5ef1f09cacdee6af7 | |
parent | Bump HassanAbouelela/actions from setup-python_v1.5.0 to 1.6.0 (diff) |
Add new alias for file server
-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 db8416e..eb1ba45 100644 --- a/ansible/roles/nginx/files/files.pydis.wtf +++ b/ansible/roles/nginx/files/files.pydis.wtf @@ -1,7 +1,7 @@ # Managed by Ansible server { listen 443; - server_name files.pydis.wtf; + server_name files.pydis.wtf cloud.native.is.fun.and.easy.pydis.wtf; root /var/www/turing; location / { |