Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitbddea9e

Browse files
update acme_path var name
1 parentf1281b9 commitbddea9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎fastcaddy/core.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def add_acme_config(cf_token):
127127
pcfg({})
128128
init_path(automation_path)
129129
val= [get_acme_config(cf_token)]
130-
pcfg([{'issuers':val}],acme_path+'/policies')
130+
pcfg([{'issuers':val}],automation_path+'/policies')
131131

132132
# %% ../nbs/00_core.ipynb 34
133133
srvs_path='/apps/http/servers'

‎nbs/00_core.ipynb‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@
412412
" pcfg({})\n",
413413
" init_path(automation_path)\n",
414414
" val = [get_acme_config(cf_token)]\n",
415-
" pcfg([{'issuers':val}],acme_path+'/policies')"
415+
" pcfg([{'issuers':val}],automation_path+'/policies')"
416416
]
417417
},
418418
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp