forked from linux/WebHosting_DMZ
@@ -10,7 +10,7 @@ server {
|
||||
listen 443 ssl;
|
||||
server_name spotscan.psi.ch;
|
||||
|
||||
root /opt/webcontent/spotscan;
|
||||
root /opt/webcontent/DMZ/spotscan;
|
||||
index index.html;
|
||||
|
||||
ssl_certificate /etc/nginx/certs/lx-docker-dmz-01.psi.ch.crt;
|
||||
|
||||
+1
-1
@@ -15,7 +15,7 @@ services:
|
||||
- /etc/nginx/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
- /etc/nginx/conf.d:/etc/nginx/conf.d:ro
|
||||
- /opt/webcontent/sinqstatus:/opt/webcontent/sinqstatus:ro
|
||||
- /opt/webcontent/spotscan:/opt/webcontent/spotscan:ro
|
||||
- /opt/webcontent/DMZ:/opt/webcontent/DMZ:ro
|
||||
networks:
|
||||
- public
|
||||
- backend
|
||||
|
||||
Reference in New Issue
Block a user