aboutsummaryrefslogtreecommitdiff
path: root/uwsgi.sh
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2020-04-10 18:18:16 -0700
committerJordan <me@jordan.im>2020-04-10 18:18:16 -0700
commita1aff012d039832ea2a6c1fc23d1e7a5840f0784 (patch)
treeb3fabcccca6d10437fdc57ceb848499d43cddc05 /uwsgi.sh
parentf8e3260a4c51e7d1cfc754d5f260c596efe6e826 (diff)
downloadroka-a1aff012d039832ea2a6c1fc23d1e7a5840f0784.tar.gz
roka-a1aff012d039832ea2a6c1fc23d1e7a5840f0784.zip
increase uwsgi limits in example, venv location-agnostic
Diffstat (limited to 'uwsgi.sh')
-rwxr-xr-xuwsgi.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/uwsgi.sh b/uwsgi.sh
index d5113df..0b416de 100755
--- a/uwsgi.sh
+++ b/uwsgi.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# sandbox dir is virtualenv (python3 -m venv sandbox)
-. sandbox/bin/activate
+# . sandbox/bin/activate
# uwsgi.ini.example provided as template
uwsgi --ini uwsgi.ini