ServerOption extends Option
The enumeration of the global server options.
Tags
Table of Contents
Constants
- CERTBOT = 'certbot'
- DIR = 'dir'
- DOMAIN = 'domain'
- HTDOCS = 'htdocs'
- NGINX = 'nginx'
- PHP = 'php'
- SUBDOMAIN = 'subdomain'
- URL = 'url'
Constants
CERTBOT
public
mixed
CERTBOT
= 'certbot'
DIR
public
mixed
DIR
= 'dir'
DOMAIN
public
mixed
DOMAIN
= 'domain'
HTDOCS
public
mixed
HTDOCS
= 'htdocs'
NGINX
public
mixed
NGINX
= 'nginx'
PHP
public
mixed
PHP
= 'php'
SUBDOMAIN
public
mixed
SUBDOMAIN
= 'subdomain'
URL
public
mixed
URL
= 'url'