Skip to content

yosriady/openresty-quickstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

openresty-quickstart

A barebones OpenResty project structure.

Getting Started

nginx -p <PWD> -c conf/nginx.conf

Replace <PWD> with this project's working directory. Then, visit http://localhost:8080 through cURL or your browser!

You may need to make sure your nginx executable is in your PATH. In your terminal:

PATH=/usr/local/openresty/nginx/sbin:$PATH
export PATH

About

Barebones OpenResty Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published