Created
November 24, 2015 09:57
-
-
Save ifels/bb43483d055148cd1f1d to your computer and use it in GitHub Desktop.
hugo_nginx config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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