This example is part of this article.
This is an example for an HLS delivery with basic security. Nginx compiled with nginx-rtmp-module & secure-link is used as media server. Features:
- Domain filtering
- Referrer filtering
- Embed buster
This example is part of this article.
This is an example for an HLS delivery with basic security. Nginx compiled with nginx-rtmp-module & secure-link is used as media server. Features:
Some of the open source dashboard projects hosted in Github
server { | |
listen 80; | |
listen [::]:80; | |
server_name www.example.com example.com; | |
root /var/www/example.com; | |
index index.html; | |
location ^~ /.well-known/acme-challenge/ { |
I hereby claim:
To claim this, I am signing this object:
This is for caddy 0.10.10
host.domain.tld {
# Enable HSTS
header / Strict-Transport-Security "max-age=31556926"
header / X-Frame-Options "SAMEORIGIN"
header / X-XSS-Protection "1; mode=block"
tls {
The working nginx config for zeronet
server {
listen 443 ssl;
server_name url;
ssl on;
ssl_certificate /etc/letsencrypt/live/url/fullchain.pem;
ssl_certificate_key /etc/letsencrypt/live/url/privkey.pem;
To install a custom package or modify an existing docker image we need to