Browse Source

Fix typo chmod searx:searx > chown searx:searx

renyhp 4 years ago
parent
commit
b386a815da
1 changed files with 2 additions and 2 deletions
  1. 2 2
      utils/templates/etc/uwsgi/apps-available/searx.ini

+ 2 - 2
utils/templates/etc/uwsgi/apps-available/searx.ini

@@ -79,6 +79,6 @@ http = ${SEARX_INTERNAL_HTTP}
 # On some distributions you need to create the app folder for the sockets::
 # On some distributions you need to create the app folder for the sockets::
 #
 #
 #   mkdir -p /run/uwsgi/app/searx
 #   mkdir -p /run/uwsgi/app/searx
-#   chmod -R ${SERVICE_USER}:${SERVICE_GROUP}  /run/uwsgi/app/searx
+#   chown -R ${SERVICE_USER}:${SERVICE_GROUP}  /run/uwsgi/app/searx
 #
 #
-# socket = /run/uwsgi/app/searx/socket
+# socket = /run/uwsgi/app/searx/socket