Skip to content

juev/heroku-nginx-conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Heroku-Nginx

This repository contains the template for the organization of a server that will distribute static content with nginx. To work use heroku-buildpack-nginx. For the work necessary to install heroku toolbelt.

Usage

(~) $ mkdir test
(~) $ cd test
(test) $ git clone https://github.com/Juev/heroku-nginx-conf.git
(test) $ heroku create --stack cedar --buildpack https://github.com/abhishekmunie/heroku-buildpack-nginx.git
(test) $ git push heroku master

Nginx configuration is located in the conf, and the content is placed in the public directory.

About

Template for the organization of a server that will distribute static content with nginx.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published