mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-21 16:08:21 +00:00
15 lines
462 B
Bash
15 lines
462 B
Bash
|
|
HTTP_PORT=80
|
||
|
|
HTTPS_PORT=443
|
||
|
|
DNS_RESOLVERS=8.8.8.8 8.8.4.4
|
||
|
|
# Replace with your domain
|
||
|
|
SERVER_NAME=app1.example.com app2.example.com
|
||
|
|
MULTISITE=yes
|
||
|
|
DISABLE_DEFAULT_SERVER=yes
|
||
|
|
AUTO_LETS_ENCRYPT=yes
|
||
|
|
USE_CLIENT_CACHE=yes
|
||
|
|
USE_GZIP=yes
|
||
|
|
app1.example.com_LOCAL_PHP=/run/php/php-fpm.sock
|
||
|
|
app1.example.com_LOCAL_PHP_PATH=/opt/bunkerweb/www/app1.example.com
|
||
|
|
app2.example.com_LOCAL_PHP=/run/php/php-fpm.sock
|
||
|
|
app2.example.com_LOCAL_PHP_PATH=/opt/bunkerweb/www/app2.example.com
|