Skip to content

Commit

Permalink
deploy fix
Browse files Browse the repository at this point in the history
Change-Id: Ibb24bcb44ddeeb3adcf19ecffc1d76f0dde7b3a8
Signed-off-by: SJ <sj@acts.hu>
  • Loading branch information
jsuto committed Mar 5, 2017
1 parent bf8bcc8 commit 181d0e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion contrib/webserver/piler-nginx.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

server {
server_name HOSTNAME;
server_name HOSTNAME;

root /var/www/piler;

Expand Down
1 change: 0 additions & 1 deletion etc/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ all:

install:
$(INSTALL) -m 0640 -g $(RUNNING_GROUP) $(srcdir)/piler.conf $(DESTDIR)$(sysconfdir)/piler/piler.conf.dist
if [ ! -f "$(DESTDIR)$(sysconfdir)/piler/piler.conf" ]; then $(INSTALL) -m 0640 -g $(RUNNING_GROUP) $(srcdir)/piler.conf $(DESTDIR)$(sysconfdir)/piler/piler.conf; fi
sed -e 's%LOCALSTATEDIR%$(localstatedir)%g' $(srcdir)/sphinx.conf.in > sphinx.conf.dist
$(INSTALL) -m 0644 -g $(RUNNING_GROUP) $(srcdir)/sphinx.conf.dist $(DESTDIR)$(sysconfdir)/piler/sphinx.conf.dist
$(INSTALL) -m 0644 -g $(RUNNING_GROUP) $(srcdir)/config-site.dist.php $(DESTDIR)$(sysconfdir)/piler/config-site.dist.php
Expand Down

0 comments on commit 181d0e4

Please sign in to comment.