Skip to content

Commit

Permalink
Revert "Run one WSGI process per Topology container"
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasselmeci authored Mar 6, 2024
1 parent d8160bf commit 1dc62df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/apache.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ LoadModule wsgi_module /usr/local/lib64/python3.9/site-packages/mod_wsgi/server/
WSGIPythonPath /app

# Run apps in separate processes to stop yaml.CSafeLoader import-time error
WSGIDaemonProcess topology home=/app
WSGIDaemonProcess topology home=/app processes=5
WSGIDaemonProcess topomerge home=/app

# vhost for topology, SSL terminated here (for gridsite auth)
Expand Down

0 comments on commit 1dc62df

Please sign in to comment.