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