diff --git a/configure.in b/configure.in index f8772e6..2f2977d 100644 --- a/configure.in +++ b/configure.in @@ -12,7 +12,7 @@ AC_ARG_VAR([nginx_config], [The name to give the nginx config file in sites_avai # Default values test "$server_name" || server_name=yacswa.home test "$public_dir" || public_dir=/srv/yacswa.home -test "$nginx_dir" || nginx_dir=/etc/nginx/ +test "$nginx_dir" || nginx_dir=/etc/nginx test "$nginx_config" || nginx_config=yacswa.home.conf # Checks for programs.