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