openresty 安装(docker)


openresty 安装(docker)

        

官网:https://github.com/openresty/docker-openresty

opm 命令:https://github.com/openresty/opm#readme

          

             

                                    

openresty 安装

         

下载镜像

docker pull openresty/openresty

            

配置文件位置

huli@hudeMacBook-Pro conf % docker exec -it openresty bash
# 工作目录
root@7bd203df440c:/# cd /usr/local/openresty
root@7bd203df440c:/usr/local/openresty# ls 
bin  luajit  lualib  nginx  openssl111	pcre  site  zlib
 
# nginx目录
root@7bd203df440c:/usr/local/openresty# cd nginx
root@7bd203df440c:/usr/local/openresty/nginx# ls
conf  html  logs  sbin
 
# nginx配置目录
root@7bd203df440c:/usr/local/openresty/nginx# ls conf
fastcgi.conf		koi-win		    scgi_params
fastcgi.conf.default	mime.types	    scgi_params.default
fastcgi_params		mime.types.default  uwsgi_params
fastcgi_params.default	nginx.conf	    uwsgi_params.default
koi-utf			nginx.conf.default  win-utf

            

default.conf

root@7bd203df440c:/usr/local/openresty/nginx/conf# ls /etc/nginx/conf.d        
default.conf
root@7bd203df440c:/usr/local/openresty/nginx/conf# cat /etc/nginx/conf.d/default.conf
# nginx.vh.default.conf  --  docker-openresty
#
# This file is installed to:
#   `/etc/nginx/conf.d/default.conf`
#
# It tracks the `server` section of the upstream OpenResty's `nginx.conf`.
#
# This config (and any other configs in `etc/nginx/conf.d/`) is loaded by
# default by the `include` directive in `/usr/local/openresty/nginx/conf/nginx.conf`.
#
# See https://github.com/openresty/docker-openresty/blob/master/README.md#nginx-config-files
#
 
 
server {
    listen       80;
    server_name  localhost;
 
    #charset koi8-r;
    #access_log  /var/log/nginx/host.access.log  main;
 
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值