mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-18 06:28:23 +00:00
10 lines
204 B
Bash
10 lines
204 B
Bash
HTTP_PORT=80
|
|
HTTPS_PORT=443
|
|
SERVER_NAME=www.website.com
|
|
AUTO_LETS_ENCRYPT=yes
|
|
REDIRECT_HTTP_TO_HTTPS=yes
|
|
DISABLE_DEFAULT_SERVER=yes
|
|
USE_CLIENT_CACHE=yes
|
|
USE_GZIP=yes
|
|
REMOTE_PHP=myphp
|
|
REMOTE_PHP_PATH=/app
|