Skip to content

Commit

Permalink
Disable absolute redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
TommyTran732 authored Oct 13, 2024
1 parent 178f8b6 commit 6cbf36c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .examples/docker-compose/insecure/mariadb/fpm/web/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ events {


http {
absolute_redirect off;

include mime.types;
default_type application/octet-stream;
types {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ events {


http {
absolute_redirect off;

include mime.types;
default_type application/octet-stream;
types {
Expand Down

0 comments on commit 6cbf36c

Please sign in to comment.