ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 27,559
- Points
- 823
Reputation:
ENXF NET submitted a new resource:
One-click upgrades with Ubuntu - Permission setup to be able to use on-click upgrades
Read more about this resource...
One-click upgrades with Ubuntu - Permission setup to be able to use on-click upgrades
After some time searching yesterday I finally found a solution that will let me do both upload files via SFTP and give nginx the correct permissions to allow one-click upgrades, install/upgrade from archive.
In ubuntu the group that nginx operates under is www-data so the trick is to add your user "demo" to the group www-data (since www-data is a group)
add user "demo" to group "www-data" (below replace demo with your username)
Bash:[COLOR=rgb(44, 130, 201)]sudo...
Read more about this resource...