mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 10:06:26 +00:00
Initial commit
This commit is contained in:
11
manager/src/backend/templates/letsencrypt.conf.ejs
Normal file
11
manager/src/backend/templates/letsencrypt.conf.ejs
Normal file
@ -0,0 +1,11 @@
|
||||
# Letsencrypt Verification Temporary Host: <%- hostname %>
|
||||
server {
|
||||
listen 80;
|
||||
server_name <%- hostname %>;
|
||||
|
||||
access_log /config/logs/letsencrypt.log proxy;
|
||||
|
||||
location / {
|
||||
root <%- root_path %>;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user