2022-08-17 14:13:33 +02:00
|
|
|
HTTP_PORT=80
|
|
|
|
|
HTTPS_PORT=443
|
|
|
|
|
DNS_RESOLVERS=8.8.8.8 8.8.4.4
|
2023-10-30 13:27:28 +01:00
|
|
|
API_LISTEN_IP=127.0.0.1
|
2022-08-17 14:13:33 +02:00
|
|
|
# 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
|
2022-11-11 14:55:04 +01:00
|
|
|
app1.example.com_LOCAL_PHP_PATH=/var/www/html/app1.example.com
|
2022-08-17 14:13:33 +02:00
|
|
|
app2.example.com_LOCAL_PHP=/run/php/php-fpm.sock
|
2022-11-11 14:55:04 +01:00
|
|
|
app2.example.com_LOCAL_PHP_PATH=/var/www/html/app2.example.com
|