fix: add access and error log configuration for Nginx
All checks were successful
Build And Publish Production Image / Build And Publish Production Image (push) Successful in 39s

This commit is contained in:
2026-03-28 03:26:50 -03:00
parent b0a4278699
commit 7108aff54d

View File

@@ -15,6 +15,9 @@ http {
gzip_types text/plain text/css application/json application/javascript
text/xml application/xml application/xml+rss text/javascript;
access_log /dev/stdout;
error_log /dev/stderr;
server {
listen 80;
server_name _;