Commit e9d1d9c9 authored by tom's avatar tom

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

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