We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5dca13 commit 6cf9f46Copy full SHA for 6cf9f46
config/all/nginx/templates/redirects.conf.template
@@ -609,3 +609,8 @@ if ($http_host = "stemedplus.commons.msu.edu") {
609
if ($http_host = "sofiabacasen.commons.msu.edu") {
610
rewrite ^/(.*)$ https://sofiabacasen.hcommons.org/ permanent;
611
}
612
+
613
+# Public status page
614
+if ($http_host = "status.hcommons.org") {
615
+ rewrite ^/(.*)$ https://secure-stats.pingdom.com/7gz7crc560qs permanent;
616
+}
0 commit comments