summaryrefslogtreecommitdiffstats
path: root/nginx.conf
diff options
context:
space:
mode:
authordan <me@danrh.co.uk>2023-02-28 10:44:28 -0500
committerdan <me@danrh.co.uk>2023-02-28 10:44:28 -0500
commitcb1b352f44655a5ac0d4113b32b8b42a7f7e9dc5 (patch)
treec8720d03ef5ca6e29d4e48f8329fb0cc00cd8d0e /nginx.conf
parent37db988e1aa49411e6000df64220aeebf8c4a198 (diff)
download54-cb1b352f44655a5ac0d4113b32b8b42a7f7e9dc5.tar.gz
54-cb1b352f44655a5ac0d4113b32b8b42a7f7e9dc5.tar.bz2
54-cb1b352f44655a5ac0d4113b32b8b42a7f7e9dc5.zip
fix vhosts map; fix mobile width; increase text field font size; restyle login form; stylesheet is downloaded separately to html
Diffstat (limited to 'nginx.conf')
-rw-r--r--nginx.conf2
1 files changed, 1 insertions, 1 deletions
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/;
}
}