listening on localhost tcp

This commit is contained in:
2022-03-15 14:02:19 +01:00
parent 17f490accb
commit 23e696c1a5
2 changed files with 3 additions and 3 deletions

View File

@@ -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;

View File

@@ -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: