Skip to content

Commit 5a88a7b

Browse files
committed
fix cit
1 parent 9c7ac60 commit 5a88a7b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

root/defaults/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ http {
4242
}
4343

4444
server {
45-
listen 80;
45+
listen 8082;
4646
server_name _;
4747

4848
root /usr/local/www/nextcloud;

root/etc/services.d/php-fpm/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ mkdir -p /run/php
55
chown bsd:bsd /run/php
66

77
# Signal readiness when the port is responsive
8-
s6-ready-when fetch -qo /dev/null http://localhost:80/
8+
s6-ready-when fetch -qo /dev/null http://localhost:8082/
99

1010
exec /usr/local/sbin/php-fpm -F

0 commit comments

Comments
 (0)