We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e347f commit ef604d2Copy full SHA for ef604d2
api/deployment/nginx-app-prod.conf
@@ -120,3 +120,13 @@ server {
120
server_name prov.brainsimulation.eu;
121
return 301 https://prov-api.apps.tc.humanbrainproject.eu$request_uri;
122
}
123
+
124
+server {
125
+ listen 443 ssl;
126
127
+ ssl_certificate /etc/letsencrypt/live/neo-viewer.brainsimulation.eu/fullchain.pem;
128
+ ssl_certificate_key /etc/letsencrypt/live/neo-viewer.brainsimulation.eu/privkey.pem;
129
130
+ server_name neo-viewer.brainsimulation.eu;
131
+ return 301 https://neoviewer.apps.ebrains.eu$request_uri;
132
+}
0 commit comments