mirror of
https://github.com/netfun2000/docker-php-nginx.git
synced 2026-08-13 01:51:51 +08:00
Disable absolute_redirect
This commit is contained in:
@@ -35,6 +35,7 @@ http {
|
||||
server_name _;
|
||||
|
||||
sendfile off;
|
||||
absolute_redirect off;
|
||||
|
||||
root /var/www/html;
|
||||
index index.php index.html;
|
||||
|
||||
Reference in New Issue
Block a user