Skip to content

Commit fae1e51

Browse files
committed
Added support for WebDAV in nginx
1 parent 44c043e commit fae1e51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ RUN mkdir -p /run/php && \
3939
chmod 755 /etc/sv/php-fpm/run && \
4040
ln -sf /etc/sv/php-fpm /etc/service/ && \
4141
# Configure nginx service
42-
sed -i '/^worker_processes auto;/a include /etc/nginx/modules/*.conf;' nginx.conf && \
42+
sed -i '/^worker_processes auto;/a include /etc/nginx/modules/*.conf;' /etc/nginx/nginx.conf && \
4343
mkdir -p /var/www && \
4444
chown -R nginx:www-data /var/www && \
4545
rm -rf /var/www/localhost && \

0 commit comments

Comments
 (0)