# HTTPS configuration

Published articles for HTTPS configuration.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Maximizing page performance and security with Cloudflare tuning

DevFeed: [Maximizing page performance and security with Cloudflare tuning](<https://devfeed.tech/articles/maximizing-page-performance-and-security-with-cloudflare-tuning-27691.md>)

Original publisher: [Read original article](<https://gagor.pro/2024/01/maximizing-page-performance-and-security-with-cloudflare-tuning/>)

Author: Tom

Published: 2024-01-11T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [Cloudflare](<https://devfeed.tech/topics/cloudflare.md>), [GitHub Pages](<https://devfeed.tech/topics/github-pages.md>), [Security](<https://devfeed.tech/topics/security.md>), [Website](<https://devfeed.tech/topics/website.md>)

Tags: [cloudflare](<https://devfeed.tech/tags/cloudflare.md>), [cloudflare-tuning](<https://devfeed.tech/tags/cloudflare-tuning.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [github-pages](<https://devfeed.tech/tags/github-pages.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [http](<https://devfeed.tech/tags/http.md>), [http-3](<https://devfeed.tech/tags/http-3.md>), [https](<https://devfeed.tech/tags/https.md>), [https-configuration](<https://devfeed.tech/tags/https-configuration.md>), [page-performance](<https://devfeed.tech/tags/page-performance.md>), [performance](<https://devfeed.tech/tags/performance.md>), [security](<https://devfeed.tech/tags/security.md>), [static-site-optimization](<https://devfeed.tech/tags/static-site-optimization.md>), [tls](<https://devfeed.tech/tags/tls.md>), [website-security](<https://devfeed.tech/tags/website-security.md>)

### AI overview

A practical guide to tuning Cloudflare for a statically generated blog hosted on GitHub Pages. It covers HTTPS, HSTS, TLS versions, Brotli, and related settings, recommending that readers enable changes incrementally and measure their effects.

### Source excerpt

Learn how to maximize page performance and security by tuning Cloudflare settings, specifically for a statically generated blog hosted on GitHub Pages.

## Optimize Nginx for performance

DevFeed: [Optimize Nginx for performance](<https://devfeed.tech/articles/optimize-nginx-for-performance-27637.md>)

Original publisher: [Read original article](<https://gagor.pro/2016/01/optimize-nginx-for-performance/>)

Author: Tom

Published: 2016-01-14T00:00:00Z

Content type: tutorial

Language: en

Sources: [Tomasz Gągor](<https://devfeed.tech/sources/tomasz-gagor.md>)

Topics: [nginx](<https://devfeed.tech/topics/nginx.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [fly](<https://devfeed.tech/topics/fly.md>), [TLS (Transport Layer Security)](<https://devfeed.tech/topics/tls.md>), [HTTP](<https://devfeed.tech/topics/http.md>)

Tags: [caching](<https://devfeed.tech/tags/caching.md>), [compression](<https://devfeed.tech/tags/compression.md>), [grafana](<https://devfeed.tech/tags/grafana.md>), [https-configuration](<https://devfeed.tech/tags/https-configuration.md>), [linux](<https://devfeed.tech/tags/linux.md>), [nginx](<https://devfeed.tech/tags/nginx.md>), [performance](<https://devfeed.tech/tags/performance.md>), [tls](<https://devfeed.tech/tags/tls.md>)

### AI overview

A practical guide to improving Nginx performance through caching static and dynamic content, compressing web assets, and optimizing SSL/TLS connections. It emphasizes testing and monitoring because optimization techniques may not suit every deployment.

### Source excerpt

There are many possible real life cases and not all optimization technics will be suitable for you but I hope it will be a good starting place. Also you shouldn't copy paste examples with faith that they will make your server fly 😃 You have to support your decisions with excessive tests and help of monitoring system (ex. Grafana ). Cache static and dynamic content Setting caching static and dynamic content strategy may offload your server from additional load from repetitive downloads of same, rarely updated files. This will make your site to load faster for frequent visitors.