Mini Shell
;cPGuard standalone configuration
;===============================================
;Use `cpgcli standalone-conf --update` to validate
;and apply the configuration after modifying this file
;Webserver name
;----------------
;The Server which has virtual hosts configuration
;[Allowed options apache/nginx/litespeed/openlitespeed]
web_server =
;Webserver configuration
;------------------------
;The file having domain name and document root declarations
;Examples
;/etc/apache2/sites-enabled/*.conf,
;/home/*/apache.conf,
;/etc/apache2/apache2.conf;
;/etc/nginx/nginx.conf
web_server_conf =
;Domain, Document-root & User source
;------------------------------------
;Used for creating watchlist for automatic scanning, domain list, for various whitelists etc
;If empty, cPGuard will attempt to use `web_server_conf` for building the list
;Path to a JSON file (extension should be .json) or an executable script that generates JSON
;Enter 'auto' to automatically identify panel and use premade script if available
;The JSON should be in the following format:
;[
; {
; "domain": "example.com",
; "docroot": "/home/username/public_html/",
; "user": "username"
; },
; {
; "domain": "subdomain.example.com",
; "docroot": "/home/username/subdomain/",
; "user": "username"
; }
;]
domain_list = auto
Zerion Mini Shell 1.0