Skip to content

Troubleshooting unresponsive server

Borreguero Calvo, Jose requested to merge troubleshoot_nginx into next

Building the docs in your local machine

git clone https://code.ornl.gov/reflectometry/web_reflectivity.git
git fetch --prune --prune-tags origin
git checkout troubleshoot_nginx # checkout the feature branch
make conda  # create webrefl conda environment
conda activate webrefl
make docs  # creates HTML docs under file:///home/jbq/repositories/code.ornl.gov/reflectometry/web_reflectivity/docs/build/html/index.html

You can add more details to unresponsive.rst regarding the firewall exception.

Also, You could document the creation of SSL certificates in a new page, perhaps docs/developer/troubleshoot/certificates.rst

Edited by Borreguero Calvo, Jose

Merge request reports