2022-07-20 09:03:14 +00:00
|
|
|
HTTP_PORT=80
|
|
|
|
|
HTTPS_PORT=443
|
|
|
|
|
DNS_RESOLVERS=8.8.8.8 8.8.4.4
|
2023-10-30 12:27:28 +00:00
|
|
|
API_LISTEN_IP=127.0.0.1
|
2022-07-20 09:03:14 +00:00
|
|
|
# Replace with your domain
|
|
|
|
|
SERVER_NAME=www.example.com
|
|
|
|
|
DISABLE_DEFAULT_SERVER=yes
|
|
|
|
|
AUTO_LETS_ENCRYPT=yes
|
|
|
|
|
USE_CLIENT_CACHE=yes
|
|
|
|
|
USE_GZIP=yes
|
|
|
|
|
LIMIT_REQ_URL_1=/core/install.php
|
|
|
|
|
LIMIT_REQ_RATE_1=5r/s
|
|
|
|
|
LOCAL_PHP=/run/php/php-fpm.sock
|
2023-09-29 17:11:48 +00:00
|
|
|
LOCAL_PHP_PATH=/var/www/html
|
2024-11-20 15:09:40 +00:00
|
|
|
# This is a CRS plugin specific to Drupal
|
|
|
|
|
MODSECURITY_CRS_PLUGIN_URLS=https://github.com/coreruleset/drupal-rule-exclusions-plugin/archive/refs/tags/v1.0.0.tar.gz
|