Граф коммитов

10 Коммитов

Автор SHA1 Сообщение Дата
Peter Williams d214268e21 Set up a redirection to the latest available installer
It will live at https://worldwidetelescope.org/support/wwtsetup-latest.msi . The URL choice
is a bit awkward to allow us to plug into this nginx framework without futzing with any
of the cloud configuration.
2021-12-22 17:36:18 -05:00
Peter Williams b39da366c8 nginx.conf.template: add WTML content-type 2020-12-22 13:02:15 -05:00
Peter Williams 9551941a08 Get /WebControl.aspx working again
Copied from legacy servers, with some minor futzing to retrieve assets
from wwtassets.org. I needed to configure nginx to return the right
content-type for this ASPX file -- there's a slim chance that maybe
we'll need to become cleverer if we ever get a different ASPX file that
wants to return a different content-type.
2020-12-11 09:02:57 -05:00
Peter Williams ef022b6579 nginx.conf.template: redirect to /home/ not /home 2020-12-10 16:07:05 -05:00
Peter Williams 7526e5b733 nginx.conf.template: add redirecting vhost for binder.wwt-forum.org 2020-08-19 16:12:40 -04:00
Peter Williams daa0acd0ef nginx.conf.template: another utility vhost: wwtassets.org root 2020-03-31 10:14:51 -04:00
Peter Williams cdf34ae4a9 nginx.conf.template: also use this server to redirect forum.wwt.o to the new forums 2020-03-31 09:15:34 -04:00
Peter Williams 28d98f1fd4 nginx.conf.template: oops, don't redirect to webclient willy-nilly
Always helps to read the docs. (Without the "=", the `location` directive is a
prefix match, not an exact match.)
2020-03-27 16:37:48 -04:00
Peter Williams 9ddb6d36a7 Redirect /docs URLs to better locations
Finally we can start sending people to something non-ancient!
2020-03-27 15:38:51 -04:00
Peter Williams 048b19e026 Try to fix redirect domain names in the deployment.
As documented in the README, it turns out that the App Service / App Gateway
setup create issues for the domain names in our redirects. Issuing redirects
is an important part of why we have this nginx server anyway, so I've set
something up that tries to Do The Right Thing. It's annoyingly complicated but
I can't devise anything cleaner.
2020-03-27 13:08:42 -04:00