Skip to content
Snippets Groups Projects
Verified Commit f6ebbbe5 authored by ynerant's avatar ynerant
Browse files

[ptf] Add more nginx hosts


Signed-off-by: ynerant's avatarYohann D'ANELLO <ynerant@crans.org>
parent 57165293
No related branches found
No related tags found
1 merge request!272Stabilize Ansible
......@@ -21,6 +21,8 @@ loc_nginx:
- server_name:
- "ptf"
- "ptf.*"
- "ftp"
- "ftp.*"
root: /ftp
locations:
- filter: "/"
......@@ -44,6 +46,8 @@ loc_nginx:
- server_name:
- "ptfs"
- "ptfs.*"
- "ftps"
- "ftps.*"
root: /ftp
locations:
- filter: "/"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment