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