setup default nginx ssl/security configuration for vagrant

This commit is contained in:
Jan Dittberner 2015-10-04 19:32:42 +02:00
parent 18ae1e15f4
commit 3c6b779c44
6 changed files with 103 additions and 7 deletions

View file

@ -0,0 +1,4 @@
log_format main '$remote_addr - $remote_user [$time_local] '
'$server_name '
'"$request" $status $body_bytes_sent '
'"$http_referer" "$http_user_agent"';