removed http block #10
@ -1,8 +1,6 @@
|
|||||||
# initial nginx conf file needed when running certbot container the first time to generate ssl certs
|
# initial nginx conf file needed when running certbot container the first time to generate ssl certs
|
||||||
# replace <HOSTNAME> with your DNS i.e.automatisch.lasthourhosting.org
|
# replace <HOSTNAME> with your DNS i.e.automatisch.lasthourhosting.org
|
||||||
|
|
||||||
http {
|
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
|
||||||
# nonstandard nginx http port
|
# nonstandard nginx http port
|
||||||
@ -20,4 +18,3 @@ http {
|
|||||||
root /var/www/certbot;
|
root /var/www/certbot;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
@ -1,8 +1,6 @@
|
|||||||
# initial nginx conf file needed when running certbot container the first time to generate ssl certs
|
# initial nginx conf file needed when running certbot container the first time to generate ssl certs
|
||||||
# replace <HOSTNAME> with your DNS i.e.automatisch.lasthourhosting.org
|
# replace <HOSTNAME> with your DNS i.e.automatisch.lasthourhosting.org
|
||||||
|
|
||||||
http {
|
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
|
||||||
# nonstandard nginx http port
|
# nonstandard nginx http port
|
||||||
@ -20,4 +18,3 @@ http {
|
|||||||
root /var/www/certbot;
|
root /var/www/certbot;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
@ -1,7 +1,6 @@
|
|||||||
# nginx conf file to use after LetsEncrypt SSL certs have been created
|
# nginx conf file to use after LetsEncrypt SSL certs have been created
|
||||||
# replace <HOSTNAME> with your DNS i.e.automatisch.lasthourhosting.org
|
# replace <HOSTNAME> with your DNS i.e.automatisch.lasthourhosting.org
|
||||||
|
|
||||||
http {
|
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
|
||||||
@ -43,4 +42,3 @@ http {
|
|||||||
root /var/www/certbot;
|
root /var/www/certbot;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user