Commit e9d1d9c9 authored by tom's avatar tom

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

parents 94602774 a89e70ef
......@@ -31,6 +31,7 @@ blockscout:
tls:
enabled: true
path:
prefix:
# - "/poa/sokol(/|$)(.*)"
- "/"
# probes
......@@ -434,8 +435,10 @@ frontend:
tls:
enabled: true
path:
exact:
# - "/(apps|auth/profile|account)"
- "/"
prefix:
- "/apps"
- "/_next"
- "/node-api"
......
......@@ -31,6 +31,7 @@ blockscout:
tls:
enabled: true
path:
prefix:
# - "/poa/sokol(/|$)(.*)"
- "/"
# probes
......@@ -299,8 +300,11 @@ frontend:
tls:
enabled: true
path:
exact:
# - "/(apps|auth/profile|account)"
- "/"
prefix:
# - "/(apps|auth/profile|account)"
- "/apps"
- "/_next"
- "/node-api"
......
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