aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2016-07-04 19:19:19 -0500
committerMatt Rude <[email protected]>2016-07-04 19:19:19 -0500
commit84d4939827bc6d26b253c0be58abaf6a9dc2e1f4 (patch)
treeae7ce138038f19bc9e2f181bff164d57972fdae4
parentfc0504b7f957795eda4696cab287e34ff7f9a747 (diff)
downloadxmpp-site-84d4939827bc6d26b253c0be58abaf6a9dc2e1f4.tar.gz
xmpp-site-84d4939827bc6d26b253c0be58abaf6a9dc2e1f4.tar.bz2
xmpp-site-84d4939827bc6d26b253c0be58abaf6a9dc2e1f4.zip
updates
-rw-r--r--README.md30
-rw-r--r--_config.yml6
-rw-r--r--robots.txt2
3 files changed, 30 insertions, 8 deletions
diff --git a/README.md b/README.md
index a799bf7..d9e9093 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,6 @@ A simple script would be
# therudes.im XMPP Service
#----------------------------------------------------------------------
- # therudes.im
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
@@ -41,15 +40,36 @@ A simple script would be
error_page 404 /404/index.html;
location /pastebin/ {
- proxy_pass http://therudes.com:5280;
+ proxy_pass http://conference.therudes.com:5280;
}
location /status {
- proxy_pass http://therudes.com:5280;
+ proxy_pass http://therudes.com:5280;
}
}
server {
+ listen 443 ssl http2;
+ listen [::]:443 ssl http2;
+ root /var/www/therudes.im;
+ server_name conference.therudes.im;
+
+ ssl_certificate /var/www/openssl/certs/conference_therudes_im.crt;
+ ssl_certificate_key /var/www/openssl/private/conference_therudes_im.key;
+
+ location /favicon.ico { alias /var/www/therudes.im/img/favicon.ico; }
+ error_page 404 /404/index.html;
+
+ location /pastebin/ {
+ proxy_pass http://conference.therudes.com:5280;
+ }
+
+ location /status {
+ proxy_pass http://therudes.com:5280;
+ }
+ }
+
+ server {
listen 80;
listen [::]:80;
root /var/www/therudes.im;
@@ -59,11 +79,11 @@ A simple script would be
error_page 404 /404/index.html;
location /pastebin/ {
- proxy_pass http://therudes.com:5280;
+ proxy_pass http://conference.therudes.com:5280;
}
location /status {
- proxy_pass http://therudes.com:5280;
+ proxy_pass http://therudes.com:5280;
}
}
diff --git a/_config.yml b/_config.yml
index c5b71e1..9dd293d 100644
--- a/_config.yml
+++ b/_config.yml
@@ -5,7 +5,7 @@ description: ""
url: "https://therudes.com"
name: "therudes.com"
baseurl: ""
-destination: "/var/www/im.therudes.com"
+destination: "/var/www/therudes.im"
owner_name: "Matt Rude"
owner_pgpkey: "0xc4909ee495b0761f"
@@ -30,9 +30,9 @@ exclude:
- css/small.less
gems:
-#- jekyll-sitemap
+- jekyll-sitemap
- jekyll-less
-- jekyll-press
+#- jekyll-press
- jekyll-redirect-from
- jekyll-last-modified-at
diff --git a/robots.txt b/robots.txt
index 90a1760..f6b4e8a 100644
--- a/robots.txt
+++ b/robots.txt
@@ -3,3 +3,5 @@ path: /robots.txt
---
User-agent: *
+
+Sitemap: {{ site.url }}/sitemap.xml