> > Thanks for the kind offer! If you could verify the instructions on the > wiki [1] and update them to reflect your current working install > (nginx.conf server context and uWSGI owncloud config file), it would be > much appreciated. I'm thinking in particular (by reading the wiki): > * what is uwsgi_modifier1 14 directive used for? That's used for PHP (uwsgi supports other languages too) > * uwsgi_pass directive: is TCP socket required by OC or can we replace > it by a unix socket (like it seems to be by default in uwsgi doc [2])? uwsgi can also use unix domain socket, but more care needs to be taken for permissions > * how do you start the uwsgi process (the wiki mentions a systemd unit > file and Emperor but doesn't explain the need for those...)? Etc. the uwsgi package comes with a systemd service file uwsgi@.service that runs a config file in /etc/uwsgi/, and /etc/uwsgi/emperor.ini but that one runs with www-data/www-data. Me myself have a /etc/uwsgi/owncloud.ini file which I run as a different user. -- damjan