proxy_fastly: set urls
This commit is contained in:
parent
371c287f3e
commit
fad0c79e23
1 changed files with 1 additions and 1 deletions
|
@ -118,5 +118,5 @@ class ProxyFastlyAutomation(ProxyAutomation):
|
|||
Proxy.destroyed.is_(None)
|
||||
).all()
|
||||
for proxy in proxies:
|
||||
proxy.url = f"https://{{ proxy.slug }}.global.ssl.fastly.net"
|
||||
proxy.url = f"https://{proxy.slug}.global.ssl.fastly.net"
|
||||
db.session.commit()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue