listening on localhost tcp
This commit is contained in:
@@ -20,7 +20,7 @@ server {
|
||||
index index.php;
|
||||
location ~ \.php {
|
||||
try_files $uri index.php =404;
|
||||
fastcgi_pass unix:/var/run/php/php7.4-fpm.sock;
|
||||
fastcgi_pass 127.0.0.1:9000;
|
||||
fastcgi_index index.php;
|
||||
fastcgi_param SCRIPT_FILENAME $request_filename;
|
||||
include /etc/nginx/fastcgi_params;
|
||||
|
||||
@@ -11,9 +11,9 @@ spec:
|
||||
- name: git-revision
|
||||
value: master
|
||||
- name: path-to-image-context
|
||||
value: ./apps/rompr
|
||||
value: apps/rompr
|
||||
- name: path-to-dockerfile
|
||||
value: Dockerfile
|
||||
value: apps/rompr/Dockerfile
|
||||
- name: image-name
|
||||
value: cr.lan/rompr
|
||||
workspaces:
|
||||
|
||||
Reference in New Issue
Block a user