Files
.github
.vscode
docs
hydra
keys
lib
modules
systems
users
alice
richie
global
docker_templates
file_server
sites
000-default.conf
desktop.nix
ssh.nix
syncthing_base.nix
zerotier.nix
home
default.nix
home.nix
secrets.yaml
default.nix
utils
.envrc
.gitconfig
.gitignore
.sops.yaml
CONTRIBUTING.md
README.md
checks.nix
flake.lock
flake.nix
shell.nix
sops-mergetool.sh
statix.toml
treefmt.toml
nix-dotfiles/users/richie/global/docker_templates/file_server/sites/000-default.conf

17 lines
395 B
Plaintext
Raw Normal View History

2024-07-05 13:51:47 -04:00
<VirtualHost *:80>
ServerAdmin admin@domain.com
DocumentRoot /data/
<Directory /data/>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
# Possible values include: debug, info, notice, warn, error, crit, alert, emerg.
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>