From dc7c1857845a5da7cd6cba178c16fa8ea8c68cec Mon Sep 17 00:00:00 2001 From: nsensfel Date: Tue, 14 Jan 2020 17:55:15 +0100 Subject: ... --- conf/nginx.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'conf') diff --git a/conf/nginx.conf b/conf/nginx.conf index afafbd5..82ec6b7 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -69,6 +69,21 @@ http { } } + server { +# listen 127.0.0.1; + listen *:2900; + server_name localhost; + access_log /var/log/nginx/localhost.access_log main; + error_log /var/log/nginx/localhost.error_log info; + + root /my/src/nickel-bet-client/www/; + + location / { + autoindex on; + autoindex_exact_size off; + } + } + # ## Public tests # server { # listen 443; -- cgit v1.2.3-70-g09d2