Skip to content

Commit

Permalink
Fix: Mongoose images route (#496)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasDeBruijn authored Feb 3, 2025
1 parent f53a39d commit bae6f25
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansible/roles/mongoose/templates/mongoose.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ server {
add_header Strict-Transport-Security "max-age=31536000; includeSubDomains";
# Security header file not included because frames

location /images {
alias /var/www/mongoose/undead-mongoose/images;
access_log off;
}

location / {
proxy_pass http://localhost:8352/;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Expand Down

0 comments on commit bae6f25

Please sign in to comment.