-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<head> | ||
<title>Galaxy on ResearchCloud</title> | ||
<meta http-equiv="refresh" content="10"> | ||
</head> | ||
|
||
<body> | ||
<h2>Welcome To Galaxy on ResearchCloud</h2> | ||
<p>It looks like Galaxy is not running. Most probably this means Galaxy is still starting up. Please wait!</p> | ||
<p>If Galaxy is still not running after ~5 minutes, please contact your sysadmin for support.</p> | ||
<p>This page will refresh every 10 seconds.</p> | ||
</body> | ||
|
||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
|
||
- name: Add custom 502 page | ||
ansible.builtin.copy: | ||
src: nginx/error502.html | ||
dest: "{{ _galaxy_error_502 }}" | ||
owner: www-data | ||
group: www-data | ||
mode: "0740" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters