Rename nginx/server to nginx_server
This commit is contained in:
parent
39fad6ed05
commit
15c612cb3b
14 changed files with 38 additions and 38 deletions
11
roles/nginx_site/templates/www.foo.sh.conf.j2
Normal file
11
roles/nginx_site/templates/www.foo.sh.conf.j2
Normal file
|
@ -0,0 +1,11 @@
|
|||
location /collab/ {
|
||||
return 301 https://collab.foo.sh/collab/;
|
||||
}
|
||||
|
||||
location /roles/ {
|
||||
proxy_pass https://static01.home.foo.sh/roles/;
|
||||
}
|
||||
location /~ {
|
||||
proxy_pass https://static01.home.foo.sh/~;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue