Configuration and cli example

This commit is contained in:
2022-11-03 17:30:34 +01:00
parent 42cb515813
commit b46c107a85
3 changed files with 33 additions and 4 deletions

View File

@@ -1,5 +1,11 @@
server {
listen 443 http2;
server_name paste.plabble.org;
access_log /var/log/nginx/access.log;
ssl_early_data on;
include certs/plabble.org/config.conf;
location / {
proxy_pass http://127.0.0.1:8080;
}