Fixed domain config

This commit is contained in:
2021-04-24 12:08:45 +02:00
parent 941b374f01
commit 885e4df01c

View File

@ -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