summaryrefslogtreecommitdiffstats
path: root/nginx.conf
diff options
context:
space:
mode:
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/;
}
}