fix postgres wrong mount

This commit is contained in:
rnsrk 2025-05-10 13:18:04 +02:00
parent d700a9fc13
commit 15174fabcd
5 changed files with 29 additions and 20 deletions

View file

@ -17,6 +17,11 @@ http {
include /etc/nginx/mime.types;
default_type application/octet-stream;
# Add custom MIME type for .mjs files
types {
text/javascript mjs;
}
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '