You are not logged in.
Hi everyone,
I recently installed nginx with passenger on my dedicated server running archlinux.
As I obviously could not install the server myself, I have to deal with its partitionning:
/ has 10G and /home has all the rest (i.e. 914G).
So, my idea was to store all the websites in /home and symlink it to /srv/http, has such, for instance:
lrwxrwxrwx 1 http http 18 May 31 18:38 test-> /home/someuser/testDoing so means that the user default group should be http but I do not think it is the correct way to do it. So, if someone has any tip, it'll be nice ![]()
EDIT: well, I'm dum. I can just change permissions on the folder to 755 without having to care about groups.
Last edited by Rolinh (2011-06-01 11:29:18)
Offline