samples -> examples
Some checks failed
CMake / ubuntu-latest - shared=ON, pthread=OFF, posix=OFF (push) Has been cancelled
CMake / ubuntu-latest - shared=OFF, pthread=OFF, posix=ON (push) Has been cancelled
CMake / ubuntu-latest - shared=ON, pthread=OFF, posix=ON (push) Has been cancelled
CMake / ubuntu-latest - shared=OFF, pthread=ON, posix=ON (push) Has been cancelled
CMake / ubuntu-latest - shared=OFF, pthread=OFF, posix=OFF (push) Has been cancelled
CMake / ubuntu-latest - shared=ON, pthread=ON, posix=ON (push) Has been cancelled
Some checks failed
CMake / ubuntu-latest - shared=ON, pthread=OFF, posix=OFF (push) Has been cancelled
CMake / ubuntu-latest - shared=OFF, pthread=OFF, posix=ON (push) Has been cancelled
CMake / ubuntu-latest - shared=ON, pthread=OFF, posix=ON (push) Has been cancelled
CMake / ubuntu-latest - shared=OFF, pthread=ON, posix=ON (push) Has been cancelled
CMake / ubuntu-latest - shared=OFF, pthread=OFF, posix=OFF (push) Has been cancelled
CMake / ubuntu-latest - shared=ON, pthread=ON, posix=ON (push) Has been cancelled
Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
18
examples/web_server.dcfg
Normal file
18
examples/web_server.dcfg
Normal file
@@ -0,0 +1,18 @@
|
||||
fn lib = {
|
||||
enable = true
|
||||
host = '0.0.0.0'
|
||||
port = 8080
|
||||
document_root = /www
|
||||
|
||||
ssl = {
|
||||
enable = on
|
||||
cert = /etc/ssl/server.crt
|
||||
key = /etc/ssl/server.key
|
||||
}
|
||||
|
||||
logging = {
|
||||
level = 'info'
|
||||
access_log = /var/log/httpd/access.log
|
||||
error_log = /var/log/httpd/error.log
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user