diff options
author | 2018-09-20 23:18:02 +0200 | |
---|---|---|
committer | 2018-09-20 23:18:02 +0200 | |
commit | f1bcb58cbffecd4a1b11f31d5901379e8cfbcc70 (patch) | |
tree | b3e462cd2e70d9b7e9c533adf2b8ee1d9dd3f44e /docker/app/uwsgi.ini | |
parent | Require application, set procnames. (diff) |
Drop privileges in UWSGI.
Diffstat (limited to '')
-rw-r--r-- | docker/app/uwsgi.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/app/uwsgi.ini b/docker/app/uwsgi.ini index 7aa63ae7..f47b28d5 100644 --- a/docker/app/uwsgi.ini +++ b/docker/app/uwsgi.ini @@ -13,3 +13,4 @@ auto-procname = true # Startup settings need-app = true +uid = 1500 |