我有以下配置:
...
server {
expires off;
absolute_redirect off;
listen 8080;
server_name localhost;
# listen 80 default_server;
# listen [::]:80 default_server ipv6only=on;
# listen 443 ssl;
client_body_timeout 36s;
client_header_timeout 36s;
keepalive_timeout 36s;
send_timeout 36s;
....
此配置无法通过测试service nginx configtest
。
命令nginx -t
向我显示以下内容:
nginx: [emerg] unknown directive "absolute_redirect" in /etc/nginx/nginx.conf:44
nginx: configuration file /etc/nginx/nginx.conf test failed
absolute_redirect
有什么问题?
NB:nginx版本:nginx / 1.10.3(Ubuntu)
答案 0 :(得分:0)
我的错,我使用了旧版本的nginx。仅在nginx 1.118
之后才支持absolute_redirect