removed http block #10

Merged
Ghost merged 1 commits from dev into main 2025-02-07 22:17:57 +00:00
3 changed files with 57 additions and 65 deletions

View File

@ -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;
} }
} }
}

View File

@ -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;
} }
} }
}

View File

@ -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;
} }
} }
}