add uninstaller
This commit is contained in:
@@ -296,4 +296,4 @@ if [ ! $user = "nginx" ] ; then
|
||||
sed -i "s/user nginx/user $user nginx/" /etc/nginx/nginx.conf
|
||||
fi
|
||||
```
|
||||
Which inserts the specified user (if not nginx) into nginx.conf.
|
||||
Which inserts the specified user (if not nginx) into nginx.conf. The script finishes by enabling gunicorn and nginx at startup.
|
||||
Reference in New Issue
Block a user