Skip to content

Commit

Permalink
Fix permissions for lsync
Browse files Browse the repository at this point in the history
Since the lsync process is using the nginx user for repo server
synchronization the /var/www/repo/pools directory needs to be accessible
to the nginx user not the root user.

Change-Id: Ia30cee0e0e482477c50ce02c244d0cc19b3c6956
  • Loading branch information
d34dh0r53 committed May 10, 2018
1 parent 9bee3a1 commit 1425437
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tasks/repo_pre_install.yml
Expand Up @@ -107,5 +107,3 @@
- path: "/etc/nginx/conf.d"
- path: "/etc/nginx/sites-available"
- path: "/etc/nginx/sites-enabled"
- path: "{{ repo_pypiserver_package_path }}"

0 comments on commit 1425437

Please sign in to comment.