Skip to content

Commit

Permalink
another redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
apdavison committed Dec 19, 2024
1 parent d8e347f commit 2bbddc2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions api/deployment/nginx-app-prod.conf
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,13 @@ server {
server_name prov.brainsimulation.eu;
return 301 https://prov-api.apps.tc.humanbrainproject.eu$request_uri;
}

server {
listen 443 ssl;

ssl_certificate /etc/letsencrypt/live/neo-viewer.brainsimulation.eu/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/neo-viewer.brainsimulation.eu/privkey.pem;

server_name neo-viewer.brainsimulation.eu;
return 301 https://neoviewer.apps.ebrains.eu/$request_uri;
}

0 comments on commit 2bbddc2

Please sign in to comment.