Skip to content

Instantly share code, notes, and snippets.

@ifels
Created November 24, 2015 09:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ifels/bb43483d055148cd1f1d to your computer and use it in GitHub Desktop.
Save ifels/bb43483d055148cd1f1d to your computer and use it in GitHub Desktop.
hugo_nginx config
server {
listen 80;
charset utf-8;
server_name ifels.cn www.ifels.cn 121.40.133.140;
access_log /home/ifels/log/ifels.blog/access.log;
error_log /home/ifels/log/ifels.blog/error.log info;
root /home/ifels/work/github/ifels.blog/public/;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment