there is a map with a marker, and the docker don't generate a new certificate all the time
This commit is contained in:
@@ -1,13 +1,5 @@
|
||||
# doc : https://nginx.org/en/docs/dirindex.html
|
||||
|
||||
# WIP redirect http to https
|
||||
#server {
|
||||
# listen 80;
|
||||
# listen [::]:80;
|
||||
# server_name _;
|
||||
# return 301 https://$host$request_uri;
|
||||
#}
|
||||
|
||||
server {
|
||||
listen 443 ssl; # for ipv4, on port 443, specifying that accepted connections should works in ssl mode
|
||||
listen [::]:443 ssl; # for ipv6
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
hello world !
|
||||
Reference in New Issue
Block a user