Skip to content

openresty

asu126 edited this page Feb 23, 2017 · 3 revisions

https://segmentfault.com/a/1190000005670968 https://openresty.org/cn/installation.html sudo apt-get install lua5.1

sudo mv /usr/sbin/nginx /usr/sbin/nginx_bac
sudo ln -s /usr/local/openresty/nginx/sbin/nginx /usr/sbin/nginx
sudo mv /usr/local/openresty/nginx/conf /usr/local/openresty/nginx/conf_back
sudo ln -s /etc/nginx  /usr/local/openresty/nginx/conf

Clone this wiki locally