1
0
Fork 0
mirror of https://github.com/ThomasGsp/HyperProxmox.git synced 2025-03-09 15:40:18 +00:00

deleted: core/modules/mod_instance.py

deleted:    core/modules/mod_package.py
	deleted:    core/modules/mod_ssl.py
	deleted:    core/modules/mod_varnish.py
	deleted:    core/modules/mod_vhost.py
This commit is contained in:
Tlams 2018-03-22 16:04:05 +00:00
parent 4ce6fb0af4
commit d23ad2ebd1
5 changed files with 0 additions and 34 deletions

View file

@ -1,34 +0,0 @@
import requests
"""
VHOST Management
"""
class Nginx:
def __init__(self, clientid):
"""
:param clientid:
"""
class Apache:
def __init__(self, siteid):
"""
:param name: Cluster Proxmox
"""
self.siteid = siteid
def get_vhost(self):
"""
List all vhost available
:return:
"""
return
def create_vhost(self):
return
def delete_vhost(self):
return
def update_vhost(self):
return