Skip to content

Instantly share code, notes, and snippets.

View jingleberry11's full-sized avatar

Jingle Berry jingleberry11

  • Thailand
View GitHub Profile
server {
listen 80;
server_name ***********;
return 301 https://$server_name$request_uri;
}
server {
# OPTIONAL FOR SSL if you use other port, skip this part.
listen 443 ssl;
server_name ************;