Hi there I’d like to request a few…

Hi there! I’d like to request a few nginxNGINX NGINX is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more. It started out as a web server designed for maximum performance and stability. In addition to its HTTP server capabilities, NGINX can also function as a proxy server for email (IMAP, POP3, and SMTP) and a reverse proxy and load balancer for HTTP, TCP, and UDP servers. https://www.nginx.com/. changes on WordCamp.org if possible. In wordcampWordCamp WordCamps are casual, locally-organized conferences covering everything related to WordPress. They're one of the places where the WordPress community comes together to teach one another what they’ve learned throughout the year and share the joy. Learn more.-web.conf:

  • Remove the second server block (for server_name wordcamp.org www.wordcamp.org)
  • Remove the last two server blocks that listen on 443, but
  • Move those SSLSSL Secure Socket Layer - Encryption from the server to the browser and back. Prevents prying eyes from seeing what you are sending between your browser and the server. directives (listen, ssl, include conf.d/ssl-config, ssl_*) to the main server blockBlock Block is the abstract term used to describe units of markup that, composed together, form the content or layout of a webpage using the WordPress editor. The idea combines concepts of what in the past may have achieved with shortcodes, custom HTML, and embed discovery into a single consistent API and user experience. (with server_name _)
  • At this point wordcamp.org-common doesn’t seem to be used anymore, so we can nuke it

This is part of forcing httpsHTTPS HTTPS is an acronym for Hyper Text Transfer Protocol Secure. HTTPS is the secure version of HTTP, the protocol over which data is sent between your browser and the website that you are connected to. The 'S' at the end of HTTPS stands for 'Secure'. It means all communications between your browser and the website are encrypted. This is especially helpful for protecting sensitive data like banking information. on WordCamp.org. In order to support old-format requests and hot-linking (photos, etc.) we will still be serving some traffic over port 80, but mostly it’s redirects via sunrise.php.

Thanks!

#wordcamp-org