nginx/include/meta_common.conf
kpcyrd d144bc082c Konfiguration gefixt und massiv aufgeräumt
SSL Redirects funktionieren jetzt
2015-01-31 06:47:41 +00:00

17 lines
269 B
Plaintext

# Basis-Konfiguration für meta.
root /var/www/meta_ffhh;
disable_symlinks on from=$document_root;
location / {
autoindex on;
autoindex_exact_size on;
autoindex_localtime off;
}
location ~ /\. {
deny all;
access_log off;
log_not_found off;
}