cleanup site_functions.py

* remove useless distro check
This commit is contained in:
VirtuBox
2019-03-12 18:12:56 +01:00
parent 431ee43008
commit 5756fb6a56
4 changed files with 34 additions and 29 deletions

View File

@@ -45,6 +45,12 @@ class WOVariables():
# WordOps default webroot path
wo_webroot = '/var/www/'
# WordOps default renewal SSL certificates path
wo_ssl_archive = '/etc/letsencrypt/renewal'
# WordOps default live SSL certificates path
wo_ssl_live = '/etc/letsencrypt/live'
# PHP user
wo_php_user = 'www-data'