mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-21 13:50:20 +08:00
replacing deprecated recommonmark. Fix https://github.com/galaxyproject/galaxy/issues/13005 . Also: - Drop not very useful ``doc/source/dev/file_upload.md`` . - Small doc and link fixes.
1.3 KiB
1.3 KiB
This documentation should be used in conjunction with the Scaling and Load Balancing documentation, which you should familiarize yourself with prior to setting up your proxy.
You will need to ensure that inbound (and outbound) traffic on the HTTP (TCP port 80) and HTTPS (TCP port 443) ports is permitted by your server's firewall/security.
Documentation Conventions:
For the purposes of this example, we assume that:
- Debian refers to any Debian-based Linux distribution (including Ubuntu)
- EL refers to any RedHat Enterprise Linux-based Linux distribution (including CentOS)
- the Galaxy server is installed at
/srv/galaxy/server - {{ PROXY }} runs as the user
www-data(this is the default under Debian) - Galaxy runs as the user
galaxywith primary groupgalaxy - Galaxy is served from the hostname
galaxy.example.org
Throughout the configuration examples in this document, in order to avoid repetition, #... is used to denote a
location where existing or previously given configuration statements would appear.
Please note that Galaxy's files - code, datasets, and so forth - should *never* be located on disk inside
{{ PROXY }}'s document root. By default, this would expose all of Galaxy (including datasets) to anyone on the web.