Vagrant: Rename Flarum log files

pull/17/head
Franz Liedke 2015-09-23 09:20:10 +02:00
parent c3f1d8a627
commit dee61d288c
1 changed files with 2 additions and 2 deletions

View File

@ -10,8 +10,8 @@ block="
# Make site accessible from ...
server_name 192.168.29.29.xip.io flarum.dev;
access_log /var/log/nginx/vagrant.com-access.log;
error_log /var/log/nginx/vagrant.com-error.log error;
access_log /var/log/nginx/flarum-access.log;
error_log /var/log/nginx/flarum-error.log error;
charset utf-8;