###Basic
###Advance
###Basic
###Advance
# | |
# CORS header support | |
# | |
# One way to use this is by placing it into a file called "cors_support" | |
# under your Nginx configuration directory and placing the following | |
# statement inside your location block(s): | |
# | |
# include cors_support; | |
# | |
# A limitation to this method is that Nginx doesn't currently send headers |
server{ | |
listen 80; | |
server_name www.domain.com domain.com; | |
access_log /home/hao/sites/nginx_log/domain/accesss.log; | |
error_log /home/hao/sites/nginx_log/screendomain/error.log; | |
location / { | |
proxy_set_header X-Real-IP $remote_addr; | |
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; | |
proxy_set_header Host $http_host; | |
proxy_set_header X-NginX-Proxy true; |
Instagram https://instagram.com/
###Intro
###How to Use Webpack How-to
##Environment Setup
Smile
NodeJS install
2.1 Install NVM
In the terminal, run
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.25.4/install.sh | bash
2.2 reload .profile or .bash_profile
####Create a New User
adduser hao
gpasswd -a hao sudo
su - root
####Add pulic key
ssh-keygen
####Install g++
#####add IP to a hostname
sudo vi /etc/hosts
202.324.44.1 example.me
#####keyboard to control your screens spectacel
http://www.sitepoint.com/8-tips-help-get-best-sass/ |