技术解析

docker 下 nginx 链接斜杠问题?
0
2021-05-20 23:35:37
idczone

容国外服务器器中的 80 映射到主机 55555 端口,配置了一个文件目录 inedx

server {
    listen 80;
    # server_name localhost:80;
    location /files {
        root /home;
        autoindex on;
        autoindex_exact_size off;
        autoindex_localtime on;
        expires 30d;
    }
}

现在外部访问 http://192.168.6.235:55555/files/ 正常访问, 但访问 http://192.168.6.235:55555/files 就跳转到 http://192.168.6.235/files/ (另一个容器的应用), 请问要如何解决


/files 不是路径,/files/才是

那要如何做到访问 http://192.168.6.235:55555/files 自动跳转到 http://192.168.6.235:55555/files/ 呢

有人吗。。

```
server_name localhost:55555;
server_name_in_redirect on;
```

数据地带为您的网站提供全球顶级IDC资源
在线咨询
专属客服