This commit is contained in:
gauthiier
2022-03-19 13:50:22 +01:00
parent c88b24b14b
commit 5abbf6a168
3 changed files with 67 additions and 12 deletions
-2
View File
@@ -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 = ""
+1 -1
View File
@@ -15,7 +15,7 @@ server {
location / {
root /home/%user?/html/%domain?;
index index.html;
try_files $uri $uri/index.html;
}