Update regex and image-proxy

This commit is contained in:
Thomas Rogers 2024-11-28 15:56:57 +01:00
commit a0f6f140cf

View file

@ -30,14 +30,12 @@ http {
}
server {
listen 443;
listen 443 ssl;
server_name omnivore.domain.com;
ssl_certification /path/to/cert.crt;
ssl_certificate /path/to/cert.crt;
ssl_certificate_key /path/to/cert.key;
ssl on;
ssl_session_cache builtin:1000 shared:SSL:10m;
ssl_protocols TLSv1 TLSv1.1 TLSv1.2;
ssl_ciphers HIGH:!aNULL:!eNULL:!EXPORT:!CAMELLIA:!DES:!MD5:!PSK:!RC4;