Skip to content

Add usgs.gov to nginx server spec

Paul Tomasula requested to merge url_prefic_nginx into main

The *.usgs.gov was missing from the server_name specification in the nginx config file. I believe this would cause traffic to skip over the server specification in the file and use whatever default server nginx provides, which would not route to the application.

Merge request reports