nginx you dump f
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name localhost;
|
||||
client_max_body_size 100G;
|
||||
|
||||
location / {
|
||||
root /usr/share/nginx/html;
|
||||
|
||||
@@ -6,7 +6,7 @@ const client = new Client({
|
||||
password: process.env.PG_PASSWORD,
|
||||
database: process.env.PG_DATABASE,
|
||||
host: process.env.PG_HOST,
|
||||
port: 5433,
|
||||
port: 5432,
|
||||
});
|
||||
|
||||
client
|
||||
|
||||
Reference in New Issue
Block a user