updated server configuration

document root is at /usr/share/nginx/html
map app is located in /usr/share/nginx/html
server responds to /, /map, /map/, /karte, /karte/
server uses DE or EN page depending on $http_accept_language as set by client
This commit is contained in:
2021-10-30 22:38:57 +02:00
parent af7c6642ff
commit bbee8038a2
2 changed files with 23 additions and 8 deletions

View File

@@ -10,4 +10,4 @@ COPY nginx/mime.types /etc/nginx/mime.types
COPY nginx/default.conf /etc/nginx/conf.d/default.conf
# copy webpage content
COPY www /usr/share/nginx/html
COPY www /usr/share/nginx/html/map