nginx you dump f

This commit is contained in:
slawk0
2024-11-22 15:33:02 +01:00
parent 33fca2564e
commit a2f77ef8b5
2 changed files with 2 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
server {
listen 80;
server_name localhost;
client_max_body_size 100G;
location / {
root /usr/share/nginx/html;

View File

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