Initial commit
Add nginx and certbot configurations
This commit is contained in:
6
nginx/server_common.conf
Normal file
6
nginx/server_common.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
listen 80;
|
||||
keepalive_timeout 70;
|
||||
|
||||
location /.well-known/acme-challenge {
|
||||
root /ssl/;
|
||||
}
|
||||
Reference in New Issue
Block a user