
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
AWS Lightsail(BITNAME) でVirtualhostを作成しサブドメインでNginxで公開 - Qiita
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
AWS Lightsail(BITNAME) でVirtualhostを作成しサブドメインでNginxで公開 - Qiita
# Based on https://www.nginx.com/resources/wiki/start/topics/examples/full/#nginx-conf user daemo... # Based on https://www.nginx.com/resources/wiki/start/topics/examples/full/#nginx-conf user daemon daemon; worker_processes auto; error_log "/opt/bitnami/nginx/logs/error.log"; pid "/opt/bitnami/nginx/tmp/nginx.pid"; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; log_format main '$remote_addr - $remote_user [$time_local] ' '"$request" $status