Cara 설치 Nginx di Ubuntu 18.04
Apache는 Nginx에서 사용할 수 있고 Apache를 사용할 수 있습니다.
우분투 18.04에서 Nginx를 설치하기 위한 튜토리얼입니다.
Nginx 설치
Nginx를 사용하기 위한 도구입니다.
sudo apt update
sudo apt install nginx
자신의 권리를 보장하기 위해 최선을 다합니다.
sudo systemctl status nginx
Outputnya akan terlihat mirip seperti ini.
● nginx.service - A high performance web server and a reverse proxy server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled)
Active: active (running) since Wed 2020-01-15 11:53:23 WITA; 1min 1s ago
Docs: man:nginx(8)
Main PID: 30035 (nginx)
Tasks: 2 (limit: 661)
CGroup: /system.slice/nginx.service
├─30035 nginx: master process /usr/sbin/nginx -g daemon on; master_process on;
└─30038 nginx: worker process
...
구성 방화벽
UFW Firewall은 포트
80
와 포트443
에 연결되어 있습니다. Jalankan perintah berikut untuk memastikannya.sudo ufw allow 'Nginx Full'
확인을 위해 다음 단계를 따르십시오.
sudo ufw status
Outputnya akan terlihat mirip dibawah ini.
Status: active
To Action From
-- ------ ----
OpenSSH ALLOW Anywhere
Nginx Full ALLOW Anywhere
OpenSSH (v6) ALLOW Anywhere (v6)
Nginx Full (v6) ALLOW Anywhere (v6)
테스트
Nginx 설치를 위한 Buka 브라우저 및 악세스
http://IP_ADDRESS
. Tampilan awalnya akan terlihat sebagai berikut.멩겔롤라 Nginx
Nginx를 사용하는 방법.
sudo systemctl stop nginx
지금 연락하십시오.
sudo systemctl start nginx
Me-Nginx를 다시 시작합니다.
sudo systemctl restart nginx
setelah melakukan perubahan pada konfigurasi를 다시 로드합니다.
sudo systemctl reload nginx
Nginx 및 jalan otomatis saat boot를 확인하십시오.
sudo systemctl disable nginx
Membuatnya jadi normal kembali.
sudo systemctl enable nginx
셀라마트, Nginx 서버 우분투 18.04 지원.
랑카 셀란주트냐
Ubuntu 18.04의 Server Block Nginx 업데이트
Erol Joudy ・ 3월 10일 ・ 2분 읽기
#nginx
#linux
#indonesia
#ubuntu
Reference
이 문제에 관하여(Cara 설치 Nginx di Ubuntu 18.04), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://dev.to/erolj/cara-install-nginx-di-ubuntu-18-04-43k2텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)