mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-18 14:38:42 +00:00
10 lines
229 B
Bash
10 lines
229 B
Bash
HTTP_PORT=80
|
|
HTTPS_PORT=443
|
|
SERVER_NAME=www.example.com
|
|
AUTO_LETS_ENCRYPT=yes
|
|
REDIRECT_HTTP_TO_HTTPS=yes
|
|
DISABLE_DEFAULT_SERVER=yes
|
|
USE_CLIENT_CACHE=yes
|
|
USE_GZIP=yes
|
|
REMOTE_PHP=localhost
|
|
REMOTE_PHP_PATH=/opt/bunkerized-nginx/www
|