fix: 404 file path
This commit is contained in:
parent
5d11e04b90
commit
5361cf907e
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Tobias Reisinger <tobias@msrg.cc>
|
||||
pkgname=emgauwa-core
|
||||
pkgver=0.2.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
epoch=
|
||||
pkgdesc=""
|
||||
arch=('any')
|
||||
|
@ -18,7 +18,7 @@ source=("https://git.serguzim.me/emgauwa/core/archive/v$pkgver.tar.gz"
|
|||
"emgauwa-core.sysusers"
|
||||
"emgauwa-core.tmpfiles")
|
||||
sha256sums=('6e983e765f1f4bd5388f77fa0cbc9a1e8f92f9834a4c63ea0c0bab4c96be4e2f'
|
||||
'bbd31d8dc5699e309d05c473132184d4c212fc9f97a8de9a19f50787e368c02d'
|
||||
'8ea2a0d7e6da31ed1aa8065111eb4b5b58ae1c544339f6a4d82bb7358e8e0707'
|
||||
'559c675302f626dfded86660866554fb78f3fcbae51e5879eee65c9384a06d52'
|
||||
'b9cde58b9e9b0605ca4a1eddd78067c55aa3c8d40f80cde0a25c4da9f6f95798'
|
||||
'0531f10303410afd7e53099e66b124ef2fd14afec9d33c4a0146793375acb6c2')
|
||||
|
|
|
@ -6,7 +6,7 @@ group = emgauwa
|
|||
|
||||
database = /var/lib/emgauwa/core/db.sqlite
|
||||
content-dir = /usr/share/webapps/emgauwa
|
||||
not-found-file = 404.html
|
||||
not-found-file = /usr/share/webapps/emgauwa/404.html
|
||||
not-found-file-mime = text/html
|
||||
not-found-content = 404 - NOT FOUND
|
||||
not-found-content-type = text/plain
|
||||
|
|
Reference in a new issue