mirror of
https://git.tt-rss.org/fox/tt-rss.git
synced 2025-08-06 22:27:42 +02:00
disable absolute redirects & redirect port in phpdoc image
This commit is contained in:
parent
8a8ce06965
commit
4ec871eee4
@ -2,3 +2,4 @@ ARG PROXY_REGISTRY
|
|||||||
FROM ${PROXY_REGISTRY}nginxinc/nginx-unprivileged:1-alpine
|
FROM ${PROXY_REGISTRY}nginxinc/nginx-unprivileged:1-alpine
|
||||||
|
|
||||||
COPY ./phpdoc /usr/share/nginx/html/ttrss-docs
|
COPY ./phpdoc /usr/share/nginx/html/ttrss-docs
|
||||||
|
COPY .docker/phpdoc/redirects.conf /etc/nginx/conf.d/
|
||||||
|
2
.docker/phpdoc/redirects.conf
Normal file
2
.docker/phpdoc/redirects.conf
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
port_in_redirect off;
|
||||||
|
absolute_redirect off;
|
Loading…
Reference in New Issue
Block a user