Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Ansible
Manage
Activity
Members
Labels
Plan
Issues
3
Issue boards
Milestones
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nounous
Ansible
Commits
64912566
Verified
Commit
64912566
authored
3 years ago
by
shirenn
🌊
Committed by
ynerant
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[ptf] nginx installation
parent
53994596
No related branches found
Branches containing commit
No related tags found
1 merge request
!254
Cachan
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
group_vars/reverseproxy.yml
+1
-0
1 addition, 0 deletions
group_vars/reverseproxy.yml
host_vars/ptf.adm.crans.org.yml
+51
-0
51 additions, 0 deletions
host_vars/ptf.adm.crans.org.yml
with
52 additions
and
0 deletions
group_vars/reverseproxy.yml
+
1
−
0
View file @
64912566
...
...
@@ -44,6 +44,7 @@ glob_reverseproxy:
-
{
from
:
linx.crans.org
,
to
:
"
172.16.10.119:8080"
}
-
{
from
:
belenios.crans.org
,
to
:
172.16.10.111
}
-
{
from
:
lists.crans.org
,
to
:
172.16.10.110
}
-
{
from
:
ptfs.crans.org
,
to
:
172.16.10.113
}
# Zamok
-
{
from
:
perso.crans.org
,
to
:
172.16.10.31
}
...
...
This diff is collapsed.
Click to expand it.
host_vars/ptf.adm.crans.org.yml
+
51
−
0
View file @
64912566
...
...
@@ -3,3 +3,54 @@ interfaces:
adm
:
ens18
san
:
ens19
srv
:
ens20
loc_nginx
:
service_name
:
ptf
ssl
:
[]
servers
:
-
server_name
:
-
"
ptf"
-
"
ptf.*"
root
:
/ftp
locations
:
-
filter
:
"
/"
params
:
-
"
autoindex
on"
-
"
autoindex_exact_size
off"
-
"
add_before_body
/.html/HEADER.html"
-
"
add_after_body
/.html/FOOTER.html"
-
filter
:
~ ^(\/pub)?(\/debian|\/ubuntu|\/archlinux|\/videolan|\/cdimage|\/grafana|\/proxmox|\/distributions)(.*)$
params
:
-
return 301 http://eclat.crans.org$2$3
-
filter
:
"
/events"
params
:
-
"
autoindex
on"
-
"
autoindex_exact_size
off"
-
"
add_before_body
/.html/HEADER.html"
-
"
add_after_body
/.html/FOOTER.html"
-
"
mp4"
-
"
mp4_buffer_size
1m"
-
"
mp4_max_buffer_size
5m"
-
server_name
:
-
"
ptfs"
-
"
ptfs.*"
root
:
/ftp
locations
:
-
filter
:
"
/"
params
:
-
"
autoindex
on"
-
"
autoindex_exact_size
off"
-
"
add_before_body
/.html/HEADER.html"
-
"
add_after_body
/.html/FOOTER.html"
-
filter
:
~ ^(\/pub)?(\/debian|\/ubuntu|\/archlinux|\/videolan|\/cdimage|\/grafana|\/proxmox|\/distributions)(.*)$
params
:
-
return 301 https://eclats.crans.org$2$3
-
filter
:
"
/events"
params
:
-
"
autoindex
on"
-
"
autoindex_exact_size
off"
-
"
add_before_body
/.html/HEADER.html"
-
"
add_after_body
/.html/FOOTER.html"
-
"
mp4"
-
"
mp4_buffer_size
1m"
-
"
mp4_max_buffer_size
5m"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment