Skip to content

Instantly share code, notes, and snippets.

View sawissac's full-sized avatar
🌏
Searching for remote work

waux sawissac

🌏
Searching for remote work
  • Myanmar
  • 16:50 (UTC -12:00)
View GitHub Profile
@sawissac
sawissac / _nginx_docker_config.md
Created November 18, 2023 14:08 — forked from KostyaEsmukov/_nginx_docker_config.md
Nginx configuration sample for docker

Nginx production configuration sample

This config assumes that nginx is run from docker image _/nginx.

docker commands

docker network create nginx

mkdir -p /etc/myproject/nginx

cd /etc/myproject/nginx