FLYNNLABAboutMeCodingActivityStudy 2024초등수학
install recent nginx in ubuntu
ubuntu, nginx
sudo -s
nginx=stable # use nginx=development for latest development version
add-apt-repository ppa:nginx/$nginx
apt-get update
apt-get install nginx

https://www.nginx.com/resources/wiki/start/topics/tutorials/install/