Skip to content

Instantly share code, notes, and snippets.

View jonahbohlmann's full-sized avatar

Jonah Bohlmann jonahbohlmann

View GitHub Profile
upstream https_backend__plesk_domain_com {
server 10.0.1.11:8443;
}
server {
listen *:80; allow all;
server_name reseller.domain.com;
location ^~ /.well-known/acme-challenge/ {