Commit f102a991 authored by juga's avatar juga
Browse files

service/anon_ticket: Try to clarify ticketlobby

term
parent 5c44069b
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -67,7 +67,9 @@ project. Frontend is served by gunicorn and ngnix as proxy and nginx for
## Services

The nginx reverse proxy listens on the standard HTTP and HTTPS ports, handles
TLS termination, and forwards requests to the ticketlobby application.
TLS termination, and forwards requests to the ticketlobby service unit that
launches gunicorn, which handles the anon_ticket Django project
(call ticketlobby) containing the application WSGI.

## Storage