EIDA / userfeedback

This repository is meant to collect feedback from EIDA users by means of its Issue Tracker
10 stars 4 forks source link

No info webpage at http://eida-federator.ethz.ch/fdsnws #123

Closed megies closed 7 months ago

megies commented 2 years ago

Might be good to display the same webpage that is shown at

also at http://eida-federator.ethz.ch/fdsnws (which is just showing a generic "missing page")

damb commented 2 years ago

Thanks for opening the issue.

Of course, we can configure a redirect.

CC @kaestli

sheimers commented 7 months ago

Done. Also for http://eida-federator.ethz.ch/eidaws

Diff for the http.conf file:

-    location ~ ^/(fdsnws/(dataselect|station))|(eidaws/wfcatalog)/1/$ {
+    location ~ ^/(fdsnws/(dataselect|station))|(fdsnws)|(eidaws)|(eidaws/wfcatalog)/1/$ {
       # redirect to landing page
       rewrite ^ / last;
     }