bunkerweb/examples/wordpress/variables.env

13 lines
277 B
Bash
Raw Normal View History

2022-08-17 12:01:18 +00:00
HTTP_PORT=80
HTTPS_PORT=443
DNS_RESOLVERS=8.8.8.8 8.8.4.4
# Replace with your domain
SERVER_NAME=www.example.com
DISABLE_DEFAULT_SERVER=yes
AUTO_LETS_ENCRYPT=yes
USE_CLIENT_CACHE=yes
USE_GZIP=yes
LOCAL_PHP=/run/php/php-fpm.sock
2022-11-11 13:55:04 +00:00
LOCAL_PHP_PATH=/var/www/html
2022-08-17 12:01:18 +00:00
MAX_CLIENT_SIZE=50m