mirror of
https://github.com/cunnie/sslip.io.git
synced 2025-10-09 09:30:12 +08:00
🐞 <https://104.155.144.4.sslip.io/> now has favicon
Previously it was getting a 404 because I had the wrong `pathType` set.
This commit is contained in:
@@ -189,7 +189,7 @@ spec:
|
|||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Exact
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: sslip-io-nginx-cluster
|
name: sslip-io-nginx-cluster
|
||||||
@@ -199,7 +199,7 @@ spec:
|
|||||||
http:
|
http:
|
||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Exact
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: sslip-io-nginx-cluster
|
name: sslip-io-nginx-cluster
|
||||||
|
Reference in New Issue
Block a user