Skip to content

Commit 890ccf0

Browse files
committed
Revert /var/lib/nginx change. References #358
1 parent 486f4d7 commit 890ccf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/usr/local/bin/docker-php-serversideup-set-file-permissions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ case "$OS" in
7979
DIRS="/etc/apache2 /etc/ssl/private /var/log/apache2 /var/www/ /usr/local/etc/php-fpm.d/zzz-docker-php-serversideup-fpm-debug.conf $PHP_INI_DIR/conf.d/zzz-serversideup-docker-php-debug.ini"
8080
;;
8181
nginx)
82-
DIRS="/etc/nginx/ /var/log/nginx /var/lib/nginx /etc/ssl/private /var/cache/nginx/ /var/www/ /usr/local/etc/php-fpm.d/zzz-docker-php-serversideup-fpm-debug.conf $PHP_INI_DIR/conf.d/zzz-serversideup-docker-php-debug.ini"
82+
DIRS="/etc/nginx/ /var/log/nginx /etc/ssl/private /var/cache/nginx/ /var/www/ /usr/local/etc/php-fpm.d/zzz-docker-php-serversideup-fpm-debug.conf $PHP_INI_DIR/conf.d/zzz-serversideup-docker-php-debug.ini"
8383
;;
8484
unit)
8585
DIRS="/var/log/unit /var/run/unit /etc/unit /etc/ssl/private/ /var/lib/unit/ /var/www/"

0 commit comments

Comments
 (0)