#!/bin/bash
set -e
here=$(cd $(dirname $0); pwd)
source "${here}/../lib/ddlib.sh"

path=$(get_config_dir)

mkdir -p "${path}/nginx/logs"
touch "${path}/nginx/logs/error.log"
touch "${path}/nginx/logs/access.log"
touch "${path}/nginx_proxy_list"

echo ${path}
