listening on localhost tcp
This commit is contained in:
@@ -20,7 +20,7 @@ server {
|
|||||||
index index.php;
|
index index.php;
|
||||||
location ~ \.php {
|
location ~ \.php {
|
||||||
try_files $uri index.php =404;
|
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_index index.php;
|
||||||
fastcgi_param SCRIPT_FILENAME $request_filename;
|
fastcgi_param SCRIPT_FILENAME $request_filename;
|
||||||
include /etc/nginx/fastcgi_params;
|
include /etc/nginx/fastcgi_params;
|
||||||
|
|||||||
@@ -11,9 +11,9 @@ spec:
|
|||||||
- name: git-revision
|
- name: git-revision
|
||||||
value: master
|
value: master
|
||||||
- name: path-to-image-context
|
- name: path-to-image-context
|
||||||
value: ./apps/rompr
|
value: apps/rompr
|
||||||
- name: path-to-dockerfile
|
- name: path-to-dockerfile
|
||||||
value: Dockerfile
|
value: apps/rompr/Dockerfile
|
||||||
- name: image-name
|
- name: image-name
|
||||||
value: cr.lan/rompr
|
value: cr.lan/rompr
|
||||||
workspaces:
|
workspaces:
|
||||||
|
|||||||
Reference in New Issue
Block a user