We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7ac60 commit 5a88a7bCopy full SHA for 5a88a7b
2 files changed
root/defaults/nginx.conf
@@ -42,7 +42,7 @@ http {
42
}
43
44
server {
45
- listen 80;
+ listen 8082;
46
server_name _;
47
48
root /usr/local/www/nextcloud;
root/etc/services.d/php-fpm/run
@@ -5,6 +5,6 @@ mkdir -p /run/php
5
chown bsd:bsd /run/php
6
7
# Signal readiness when the port is responsive
8
-s6-ready-when fetch -qo /dev/null http://localhost:80/
+s6-ready-when fetch -qo /dev/null http://localhost:8082/
9
10
exec /usr/local/sbin/php-fpm -F
0 commit comments