fix regex bug
This commit is contained in:
parent
0022ab678c
commit
89373dc69f
@ -8,5 +8,5 @@
|
||||
template:
|
||||
src: location.conf.j2
|
||||
dest: "{{ nginx_location_mountpoint }}/{{ ng_domain_name }}/{{
|
||||
ng_location_name|regex_replace('[^0-9a-zA-Z_-.]','_') }}.conf"
|
||||
ng_location_name|regex_replace('[^0-9a-zA-Z_.-]','_') }}.conf"
|
||||
notify: restart nginx container
|
||||
|
Loading…
x
Reference in New Issue
Block a user