mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-10 21:15:08 +00:00
change server config - share favicon via static server plugin
This commit is contained in:
parent
52b34383b2
commit
7e45d040c9
@ -17,13 +17,20 @@ http:
|
||||
host: 127.0.0.1
|
||||
port: 3000
|
||||
url: http://127.0.0.1:3000
|
||||
# ws: http://127.0.0.1:3001
|
||||
static:
|
||||
locations:
|
||||
- url: /favicon.ico
|
||||
root: node_modules/nci-classic-ui/static/
|
||||
- url: !!js/regexp ^/(js|css|fonts|images)/
|
||||
root: node_modules/nci-classic-ui/static/
|
||||
- url: !!js/regexp ^/projects/(\w|-)+/workspace/
|
||||
root: data/
|
||||
|
||||
# paths:
|
||||
# db: /var/tmp/123
|
||||
# projects: /var/tmp/123
|
||||
|
||||
storage:
|
||||
backend: memdown
|
||||
# backend: leveldown
|
||||
|
Loading…
Reference in New Issue
Block a user