Skip to content

Instantly share code, notes, and snippets.

@iguoli
Last active July 13, 2018 11:37
Show Gist options
  • Save iguoli/0ede4d3013681fab80c9427d23810364 to your computer and use it in GitHub Desktop.
Save iguoli/0ede4d3013681fab80c9427d23810364 to your computer and use it in GitHub Desktop.
配置proxy auto-config服务器
$ vim /etc/nginx/mime.types
application/x-ns-proxy-autoconfig  pac;
application/x-ns-proxy-autoconfig  dat;
application/x-ns-proxy-autoconfig  da;

$ cd /usr/share/nginx/html
$ ln -s autoproxy.pac wpad.dat
$ ln -s autoproxy.pac wpad.da
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment