fix(k8s/blog): use relative redirects in nginx
This commit is contained in:
@@ -10,6 +10,7 @@ data:
|
|||||||
server_name _;
|
server_name _;
|
||||||
root /git/current;
|
root /git/current;
|
||||||
index index.html;
|
index index.html;
|
||||||
|
absolute_redirect off;
|
||||||
|
|
||||||
location /health {
|
location /health {
|
||||||
access_log off;
|
access_log off;
|
||||||
|
|||||||
Reference in New Issue
Block a user