Skip to content

Commit 6cbf36c

Browse files
authored
Disable absolute redirect
1 parent 178f8b6 commit 6cbf36c

File tree

2 files changed

+4
-0
lines changed
  • .examples/docker-compose

2 files changed

+4
-0
lines changed

.examples/docker-compose/insecure/mariadb/fpm/web/nginx.conf

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ events {
1010

1111

1212
http {
13+
absolute_redirect off;
14+
1315
include mime.types;
1416
default_type application/octet-stream;
1517
types {

.examples/docker-compose/with-nginx-proxy/mariadb/fpm/web/nginx.conf

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ events {
1010

1111

1212
http {
13+
absolute_redirect off;
14+
1315
include mime.types;
1416
default_type application/octet-stream;
1517
types {

0 commit comments

Comments
 (0)