Skip to content

Commit 62fcba2

Browse files
committed
Ajust var names inside templates
1 parent 9c9e7a9 commit 62fcba2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
find {{ DATA_DUMP_FOLDER }}/{{ default_datasource }}/csv_bff -type d -exec chmod 755 {} \;
2-
find {{ DATA_DUMP_FOLDER }}/{{ default_datasource }}/csv_bff -type f -exec chmod 644 {} \;
3-
chown -R nginx:nginx {{ DATA_DUMP_FOLDER }}/{{ default_datasource }}/csv_bff
4-
chcon -Rt httpd_sys_content_t {{ DATA_DUMP_FOLDER }}/{{ default_datasource }}/csv_bff
1+
find {{ data_dump_folder }}/{{ default_datasource }}/csv_bff -type d -exec chmod 755 {} \;
2+
find {{ data_dump_folder }}/{{ default_datasource }}/csv_bff -type f -exec chmod 644 {} \;
3+
chown -R nginx:nginx {{ data_dump_folder }}/{{ default_datasource }}/csv_bff
4+
chcon -Rt httpd_sys_content_t {{ data_dump_folder }}/{{ default_datasource }}/csv_bff

templates/searchengine.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22

33
server {
4-
listen {{ NGINX_PORT }};
4+
listen {{ nginx_port }};
55

66
location /searchengine {
77

0 commit comments

Comments
 (0)