diff --git a/conf/nginx.conf b/conf/nginx.conf index 2e76bf4..4baab0e 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -11,7 +11,7 @@ server { error_log /var/log/nginx/ianonavy.error.log; if ($host != 'ianonavy.com') { - rewrite ^/(.*)$ http://ianonavy.com/$1 permanent; + rewrite ^/(.*)$ https://ianonavy.com/$1 permanent; } root /var/sites/ianonavy.com/www; diff --git a/src/templates/index.html b/src/templates/index.html index a87408d..65180e7 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -40,37 +40,37 @@
Welcome to my lab! This where I run all my experimental stuff. My private Git server has some public repositories if you are interested.
-I also use demo.ianonavy.com as a general purpose staging site. Check it out to see what I'm working on now!
+Welcome to my lab! This where I run all my experimental stuff. My private Git server has some public repositories if you are interested.
+I also use demo.ianonavy.com as a general purpose staging site. Check it out to see what I'm working on now!
+Just a small little game I'm working on right now in my free time.