10 lines
763 B
Diff
10 lines
763 B
Diff
diff --color -Nur a/patch_tracking/patch-tracking b/patch_tracking/patch-tracking
|
|
--- a/patch_tracking/patch-tracking 2020-09-07 18:26:52.000000000 +0800
|
|
+++ b/patch_tracking/patch-tracking 2022-03-07 19:54:18.156108927 +0800
|
|
@@ -8,4 +8,4 @@
|
|
|
|
server=`grep 'LISTEN' $settings_file | awk -F'=' '{print $2}' | sed -e 's/^[ ]"//g' | sed -e 's/"$//g'`
|
|
|
|
-/usr/local/bin/uwsgi --master --https "${server},/etc/patch-tracking/self-signed.crt,/etc/patch-tracking/self-signed.key" --wsgi-file "${app_file}" --callable app --chdir "${chdir_path}" --threads 100 --lazy
|
|
+/usr/bin/uwsgi --master --https "${server},/etc/patch-tracking/self-signed.crt,/etc/patch-tracking/self-signed.key" --wsgi-file "${app_file}" --callable app --chdir "${chdir_path}" --threads 100 --lazy
|