From cb1b352f44655a5ac0d4113b32b8b42a7f7e9dc5 Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 28 Feb 2023 10:44:28 -0500 Subject: fix vhosts map; fix mobile width; increase text field font size; restyle login form; stylesheet is downloaded separately to html --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nginx.conf') diff --git a/nginx.conf b/nginx.conf index 3f682a0..b5c5c40 100644 --- a/nginx.conf +++ b/nginx.conf @@ -10,6 +10,6 @@ server { ssl_certificate_key /root/dotemgo.com.pem.key; location / { - proxy_pass http://itter; + proxy_pass http://itter/; } } -- cgit v1.2.3