From 6eb5fd0cdf83daebe1ce12096f8b2cd78f2a9f45 Mon Sep 17 00:00:00 2001 From: Brady McDonough Date: Sun, 2 Feb 2025 22:20:44 -0700 Subject: [PATCH] consistency --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.