WIP Remove nginx unix sockets (#4531)
* Remove nginx unix sockets * Use an emptyDir volume for /tmp in PSP e2e tests
This commit is contained in:
parent
76e2a5d731
commit
ce3e3d51c3
6 changed files with 32 additions and 28 deletions
|
|
@ -669,7 +669,7 @@ stream {
|
|||
}
|
||||
|
||||
server {
|
||||
listen unix:{{ .StreamSocket }};
|
||||
listen 127.0.0.1:{{ .StreamPort }};
|
||||
|
||||
access_log off;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue