Commit 4781750e by Heechul Kim

added nginx proxy conf file

parent eb9135e4
Showing with 14 additions and 0 deletions
server {
listen 3128;
location / {
# access control
#allow 192.168.0.0/16;
#allow 127.0.0.1/32;
#deny all;
# name server
resolver 164.124.101.2;
proxy_pass http://$http_host$request_uri;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment