Files
web_work/docker/apache/entrypoint.sh
kirill.khorkov f4f57bd153 fix
2025-12-17 01:24:01 +03:00

13 lines
138 B
Bash
Executable File

#!/bin/bash
set -e
a2enmod rewrite
a2enmod headers
echo "127.0.0.1 admin" >> /etc/hosts
a2ensite 000-default
exec apache2-foreground