Skip to content

Instantly share code, notes, and snippets.

View rahmatov's full-sized avatar

Gani Rakhmatov rahmatov

View GitHub Profile
@rahmatov
rahmatov / nginx.conf
Created June 1, 2021 12:54 — forked from nrollr/nginx.conf
NGINX config for SSL with Let's Encrypt certs
# UPDATED 17 February 2019
# Redirect all HTTP traffic to HTTPS
server {
listen 80;
listen [::]:80;
server_name www.domain.com domain.com;
return 301 https://$host$request_uri;
}
# SSL configuration
@rahmatov
rahmatov / 500-error-page-challenge.markdown
Created February 7, 2022 09:40
500 Error Page Challenge

500 Error Page Challenge

Eyes following the cursor. Designed in a 500 error page. :)

A Pen by rps on CodePen.

License.