Commit e9d1d9c9 authored by tom's avatar tom

Merge branch 'main' of github.com:blockscout/frontend

parents 94602774 a89e70ef
...@@ -31,8 +31,9 @@ blockscout: ...@@ -31,8 +31,9 @@ blockscout:
tls: tls:
enabled: true enabled: true
path: path:
# - "/poa/sokol(/|$)(.*)" prefix:
- "/" # - "/poa/sokol(/|$)(.*)"
- "/"
# probes # probes
livenessProbe: livenessProbe:
enabled: true enabled: true
...@@ -434,18 +435,20 @@ frontend: ...@@ -434,18 +435,20 @@ frontend:
tls: tls:
enabled: true enabled: true
path: path:
# - "/(apps|auth/profile|account)" exact:
- "/" # - "/(apps|auth/profile|account)"
- "/apps" - "/"
- "/_next" prefix:
- "/node-api" - "/apps"
- "/static" - "/_next"
- "/auth/profile" - "/node-api"
- "/account" - "/static"
- "/txs" - "/auth/profile"
- "/tx" - "/account"
- "/blocks" - "/txs"
- "/block" - "/tx"
- "/blocks"
- "/block"
resources: resources:
limits: limits:
memory: memory:
......
...@@ -31,8 +31,9 @@ blockscout: ...@@ -31,8 +31,9 @@ blockscout:
tls: tls:
enabled: true enabled: true
path: path:
prefix:
# - "/poa/sokol(/|$)(.*)" # - "/poa/sokol(/|$)(.*)"
- "/" - "/"
# probes # probes
livenessProbe: livenessProbe:
enabled: true enabled: true
...@@ -299,17 +300,20 @@ frontend: ...@@ -299,17 +300,20 @@ frontend:
tls: tls:
enabled: true enabled: true
path: path:
exact:
# - "/(apps|auth/profile|account)"
- "/"
prefix:
# - "/(apps|auth/profile|account)" # - "/(apps|auth/profile|account)"
- "/" - "/apps"
- "/apps" - "/_next"
- "/_next" - "/node-api"
- "/node-api" - "/static"
- "/static" - "/auth/profile"
- "/auth/profile" - "/txs"
- "/txs" - "/tx"
- "/tx" - "/blocks"
- "/blocks" - "/block"
- "/block"
resources: resources:
limits: limits:
memory: memory:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment