Add 'nginx.config'
This commit is contained in:
parent
ee90955873
commit
d65481fc46
9
nginx.config
Normal file
9
nginx.config
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
server {
|
||||||
|
listen 80;
|
||||||
|
listen [::]:80;
|
||||||
|
|
||||||
|
location / {
|
||||||
|
proxy_pass http://unix:/tmp/pgadmin4.sock;
|
||||||
|
include proxy_params;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user