cert.py
This commit is contained in:
@@ -7,8 +7,6 @@ platform_system_support = ['Linux']
|
||||
platform_version_support = ['DEBIAN', 'UBUNTU']
|
||||
server_support = ['NGINX', "APACHE2"]
|
||||
|
||||
server_kind = None
|
||||
|
||||
html_dir_path = ""
|
||||
logs_dir_path = ""
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ server {
|
||||
|
||||
location / {
|
||||
root /home/%user?/html/%domain?;
|
||||
index index.html;
|
||||
try_files $uri $uri/index.html;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user