move build dir to where nginx can access
This commit is contained in:
parent
046453d4ba
commit
4579d96ef0
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@ CABALFLAGS ?= --jobs --enable-optimization
|
||||||
|
|
||||||
DATADIR := data
|
DATADIR := data
|
||||||
TMPDIR := _tmp
|
TMPDIR := _tmp
|
||||||
BUILDDIR := _build
|
BUILDDIR := /srv/www/gallery
|
||||||
INFONAME := info.yaml
|
INFONAME := info.yaml
|
||||||
ROOT := https://gallery.niss.website
|
ROOT := https://gallery.niss.website
|
||||||
INDEX := $(DATADIR)/index.yaml
|
INDEX := $(DATADIR)/index.yaml
|
||||||
|
|
Loading…
Add table
Reference in a new issue