Skip to content

Commit

Permalink
Merge pull request #187 from prose-im/master
Browse files Browse the repository at this point in the history
fix: backport fix
  • Loading branch information
valeriansaliou authored Oct 29, 2024
2 parents 659e32c + cd3c760 commit 4bc1cb6
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 4bc1cb6

Please sign in to comment.