initial public commit
This commit is contained in:
commit
6456bc19ce
17 changed files with 1613 additions and 0 deletions
13
http_only_nginx_templates/default.conf.template
Normal file
13
http_only_nginx_templates/default.conf.template
Normal file
|
@ -0,0 +1,13 @@
|
|||
server {
|
||||
listen 80 default_server;
|
||||
listen [::]:80 default_server;
|
||||
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
index index.html index.htm;
|
||||
}
|
||||
|
||||
location /.well-known/acme-challenge {
|
||||
root /var/www;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue