Skip to content

Commit 14962b0

Browse files
authored
Set proxy_ssl_server_name for GTN proxy on CloudFlare due to SNI
source: galaxyproject/infrastructure-playbook@262b572
1 parent 93afc48 commit 14962b0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • doc/source/admin/special_topics

doc/source/admin/special_topics/gtn.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ GTN, and your users can click on these to have that tool loaded in Galaxy.
2626

2727
```nginx
2828
location /training-material/ {
29+
proxy_ssl_server_name on;
2930
proxy_pass https://training.galaxyproject.org/training-material/;
3031
}
3132
```

0 commit comments

Comments
 (0)