Add directory for BunkerWeb configuration

This commit is contained in:
Théophile Diot 2024-01-17 11:54:09 +00:00
parent e3467be7f5
commit d4b0d4bf99
No known key found for this signature in database
GPG key ID: 248FEA4BAE400D06

View file

@ -72,6 +72,7 @@ jobs:
echo "127.0.0.1 www.example.com" | sudo tee -a /etc/hosts
echo "127.0.0.1 app1.example.com" | sudo tee -a /etc/hosts
# BunkerWeb
sudo mkdir -p /etc/bunkerweb
echo "SERVER_NAME=" | sudo tee /etc/bunkerweb/variables.env
echo "HTTP_PORT=80" | sudo tee -a /etc/bunkerweb/variables.env
echo 'DNS_RESOLVERS=9.9.9.9 8.8.8.8 8.8.4.4' | sudo tee -a /etc/bunkerweb/variables.env