Fixed domain config
This commit is contained in:
@ -24,7 +24,7 @@
|
|||||||
lineinfile:
|
lineinfile:
|
||||||
path: ~/html/user/config.php
|
path: ~/html/user/config.php
|
||||||
regexp: 'YOURLS_SITE'
|
regexp: 'YOURLS_SITE'
|
||||||
line: define( 'YOURLS_SITE', 'https:/\/{{ domain }}' );
|
line: define( 'YOURLS_SITE', 'https://{{ domain }}' );
|
||||||
- name: set cookie key
|
- name: set cookie key
|
||||||
lineinfile:
|
lineinfile:
|
||||||
path: ~/html/user/config.php
|
path: ~/html/user/config.php
|
||||||
|
|||||||
Reference in New Issue
Block a user