Skip to content

Commit

Permalink
Add training site
Browse files Browse the repository at this point in the history
  • Loading branch information
natefoo committed Jun 29, 2017
1 parent 8c4b4fe commit 6c5f035
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions galaxyenv/host_vars/chouffe.galaxyproject.org.yml
Expand Up @@ -44,6 +44,7 @@ nginx_configs:
- intron
- galaxydomains
- new
- training

nginx_extra_configs:
- wiki_hub_rewrites.conf
Expand Down
15 changes: 15 additions & 0 deletions galaxyenv/templates/nginx/training.j2
@@ -0,0 +1,15 @@
##
## This file is maintained by Ansible - CHANGES WILL BE OVERWRITTEN
##

server {
listen *:80;
server_name training.galaxyproject.org;

access_log /var/log/nginx/training.galaxyproject.org_access.log;
error_log /var/log/nginx/training.galaxyproject.org_error.log;

return 302 https://galaxyproject.github.io/training-material/;
}

# vim: set filetype=nginx

0 comments on commit 6c5f035

Please sign in to comment.