Skip to content

Commit

Permalink
fix: nginx configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriansaliou committed Oct 29, 2024
1 parent 53c5917 commit d6b748d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion env/nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ events {}
http {
include mime.types;
charset utf-8;
access_log off;

access_log off;
absolute_redirect off;

server {
listen 8080;
Expand Down

0 comments on commit d6b748d

Please sign in to comment.