nginx/nginx/default.conf aktualisiert
This commit is contained in:
parent
8cf1b1eab0
commit
f1d829c2e0
@ -1,11 +1,12 @@
|
|||||||
|
|
||||||
|
# ---- Listen on port 80 and redirect to https-Port 443
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name test;
|
server_name test;
|
||||||
return 301 https://$host$request_uri;
|
return 301 https://$host$request_uri;
|
||||||
}
|
}
|
||||||
|
|
||||||
# ---- Dashboard
|
# ---- Listen on https-Port 443 and redirect all to docker container
|
||||||
server {
|
server {
|
||||||
listen 443 ssl;
|
listen 443 ssl;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user