Skip to content

Commit

Permalink
Setting up nginx wsgi
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Dec 12, 2024
1 parent a0a3cc8 commit a8d4259
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file.
1 change: 1 addition & 0 deletions Procfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
web: uwsgi --http :8000 --wsgi-file iiif-validator.py --master --processes 4 --threads 2

0 comments on commit a8d4259

Please sign in to comment.