Skip to content

hallfox/bikeshare

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command to spawn the socket file for nginx:

uwsgi -s /tmp/uwsgi.sock -w app:app --chmod=666 --route-run="fixpathinfo:"

--route-run="fixpathinfo:" is included to make sure the base part of the request
is removed from the path so that "/" actually serves /bikeshare/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%