10 lines
143 B
Plaintext
10 lines
143 B
Plaintext
server {
|
|
listen 80;
|
|
listen [::]:80;
|
|
|
|
location / {
|
|
proxy_pass http://unix:/tmp/pgadmin4.sock;
|
|
include proxy_params;
|
|
}
|
|
}
|