Skip to content

Commit 1144037

Browse files
committed
fix: url changed to lock-ns
1 parent 31106b5 commit 1144037

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/httpd/conf.d/httpd.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ DocumentRoot "/srv/app/public"
267267
AllowOverride None
268268
Require all granted
269269

270-
AddHandler "proxy:fcgi://php.lock.svc.cluster.local:9000" .php
270+
AddHandler "proxy:fcgi://php.lock-ns.svc.cluster.local:9000" .php
271271

272272
RewriteEngine On
273273
RewriteCond %{REQUEST_FILENAME} !-f

0 commit comments

Comments
 (0)