We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 498ab7f commit d4a0159Copy full SHA for d4a0159
1 file changed
nginx/conf.d/openbis.conf
@@ -1,7 +1,6 @@
1
server {
2
listen 80;
3
- server_name openbis.*;
4
-
+
5
location /openbismantic/ {
6
proxy_pass http://openbismantic_api:5000/;
7
}
@@ -13,8 +12,7 @@ server {
13
12
14
15
listen 443 ssl;
16
17
18
ssl_certificate /etc/nginx/certs/openbis.crt;
19
ssl_certificate_key /etc/nginx/certs/openbis.key;
20
0 commit comments