Skip to content

Instantly share code, notes, and snippets.

@naosim
Created October 6, 2014 02:05
Show Gist options
  • Save naosim/6c2084f8dd2a715d492a to your computer and use it in GitHub Desktop.
Save naosim/6c2084f8dd2a715d492a to your computer and use it in GitHub Desktop.
Nginxメモ

ディレクトリ

  • 設定系 /etc/nginx
  • index.html /usr/share/nginx/www/
  • log /var/log/nginx

意味

  • sites-enabled
    • 読み込まれる設定ファイル
    • 実態はsites-availableへのリンク
    • リンクを切り替える感じで管理する
  • sites-available 設定の実態ファイル置き場
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment