centos 정적 사이트 구축

1398 단어 공부 하 다.
  • nginx 설치
  • nginx 시작
  • 기본 정적 파일 저장 위치 변경
  • ww 폴 더 생 성 index. html
  • IP / index. html 로그 인
  • 설치 nginx
    yum install nginx -y

    시작 nginx
    nginx

    기본 정적 파일 저장 위치 변경
    vim /etc/nginx/nginx.conf 

    루트 변경 / data / www /
    www 폴 더 index. html 만 들 기
    #vi index.html
    
    <html lang="zh">
    <head>
        <meta charset="UTF-8">
        <title>       title>
    head>
    <body>
    Hello world!
    body>
    html>

    IP / index. html 로그 인

    좋은 웹페이지 즐겨찾기