All Projects → timebug → using-ngxlua-in-upyun

timebug / using-ngxlua-in-upyun

Licence: other
2014 Beijing OSC, 2015 Beijing OpenResty Con

Programming Languages

Nginx
273 projects

Projects that are alternatives of or similar to using-ngxlua-in-upyun

openresty-project-v0.01
🌹 基于OpenResty编写一个MVC模式的WEB项目 V0.01
Stars: ✭ 40 (-48.72%)
Mutual labels:  openresty, ngx-lua
Orange
OpenResty/Nginx Gateway for API Monitoring and Management.
Stars: ✭ 2,208 (+2730.77%)
Mutual labels:  openresty, ngx-lua
lua-resty-busted
Test OpenResty scripts with busted
Stars: ✭ 29 (-62.82%)
Mutual labels:  openresty, ngx-lua
lua-resty-pyf
Lua 汉字拼音首字母提取
Stars: ✭ 30 (-61.54%)
Mutual labels:  openresty, ngx-lua
favorite-nginx
Selected favorite nginx modules and resources
Stars: ✭ 63 (-19.23%)
Mutual labels:  ngx-lua
redis cluster
a openresty nginx lua redis cluster
Stars: ✭ 26 (-66.67%)
Mutual labels:  openresty
lua-resty-couchbase
Lua couchbase client driver for the ngx_lua based on the cosocket API / 使用cosocket纯lua实现的couchbase的client,已经在爱奇艺重要的服务播放服务稳定运行5年多
Stars: ✭ 77 (-1.28%)
Mutual labels:  ngx-lua
lua-resty-sniproxy
SNI Proxy based on stream-lua-nginx-module
Stars: ✭ 78 (+0%)
Mutual labels:  openresty
wasm-nginx-module
Run Wasm in OpenResty/Nginx
Stars: ✭ 55 (-29.49%)
Mutual labels:  openresty
lua-resty-acme
Automatic Let's Encrypt certificate serving and Lua implementation of ACMEv2 procotol
Stars: ✭ 95 (+21.79%)
Mutual labels:  openresty
litemall-dw
基于开源Litemall电商项目的大数据项目,包含前端埋点(openresty+lua)、后端埋点;数据仓库(五层)、实时计算和用户画像。大数据平台采用CDH6.3.2(已使用vagrant+ansible脚本化),同时也包含了Azkaban的workflow。
Stars: ✭ 36 (-53.85%)
Mutual labels:  openresty
nott
The New OTT Platform - an excuse to discuss and design a simple edge computing platform
Stars: ✭ 46 (-41.03%)
Mutual labels:  openresty
cdn-up-and-running
CDN Up and Running - an introduction about how modern CDNs works
Stars: ✭ 131 (+67.95%)
Mutual labels:  openresty
RillAdmin
vue + openresty/nodejs web admin
Stars: ✭ 34 (-56.41%)
Mutual labels:  openresty
lua-resty-danmaku
Live danmaku server in OpenResty (WIP)
Stars: ✭ 12 (-84.62%)
Mutual labels:  openresty
restyskeleton
Spawning barebones openresty applications from the terminal using ancient witchcraft
Stars: ✭ 21 (-73.08%)
Mutual labels:  openresty
lua-resty-tarpit
OpenResty response time inflation
Stars: ✭ 25 (-67.95%)
Mutual labels:  openresty
lua-practice
使用lua结合redis,mysql,nginx等开发的实用性测试案例
Stars: ✭ 13 (-83.33%)
Mutual labels:  openresty
phi
an api-gateway based on openresty
Stars: ✭ 23 (-70.51%)
Mutual labels:  openresty
cassandra-nginx-cdn
Some config files and POC code to use Apache Cassandra as distributed storage for HLS chunks accross multiple datacenters and scripts for converting/transcoding UDP MPEG-TS to HLS and vice versa. The idea is take from Globo.com’s Live Video Platform for FIFA World Cup ’14.
Stars: ✭ 24 (-69.23%)
Mutual labels:  openresty

Using ngx_lua in UPYUN

Run the Code

  1. Building and Installing Openresty
tar xzvf ngx_openresty-VERSION.tar.gz
cd ngx_openresty-VERSION/
./configure
make
make install
  1. Start the Nginx Server
cd work
mkdir logs

export PATH=/usr/local/openresty/nginx/sbin:$PATH
nginx -p `pwd`/ -c conf/nginx.conf
  1. Hello World
curl http://localhost:8080/hello

See Also

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].