add abornme.conf

This commit is contained in:
Aborn Jiang 2018-09-09 08:50:39 +08:00
parent 7e3fdd7611
commit fb3f1ad37f
2 changed files with 14 additions and 0 deletions

13
nginx/config/abornme.conf Normal file
View File

@ -0,0 +1,13 @@
server {
listen 80;
server_name aborn.me;
server_tokens off;
server_name_in_redirect off;
root /home/aborn/github/aborn.me/sites; # 751(701) need
index index.html index.htm;
charset utf-8;
location / {
}
}

View File

@ -2,4 +2,5 @@
# warning: the VM is running with native name encoding of latin1 which may cause Elixir to malfunction as it expects utf8.
# Please ensure your locale is set to UTF-8 (which can be verified by running "locale" in your shell)
sudo dpkg-reconfigure locales
sudo update-locale LC_ALL=en_US.UTF-8