diff options
| author | YuzuRyo61 <yuzuryo61@yuzulia.com> | 2019-09-21 21:44:24 +0900 |
|---|---|---|
| committer | syuilo <Syuilotan@yahoo.co.jp> | 2019-09-21 21:44:24 +0900 |
| commit | 24f2183829a6e69794985e3e47504c24602f87ed (patch) | |
| tree | 9f3b5c03342d4d5ca3edfc6d6227d428bb70fe4e /docs/examples | |
| parent | Adminページのユーザー一覧フィルターに利用可能アカウン... (diff) | |
| download | sharkey-24f2183829a6e69794985e3e47504c24602f87ed.tar.gz sharkey-24f2183829a6e69794985e3e47504c24602f87ed.tar.bz2 sharkey-24f2183829a6e69794985e3e47504c24602f87ed.zip | |
fix typo in misskey.nginx (#5445)
sites-ebabled => sites-enabled
Diffstat (limited to 'docs/examples')
| -rw-r--r-- | docs/examples/misskey.nginx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/misskey.nginx b/docs/examples/misskey.nginx index fa6657e1c4..ab72da90eb 100644 --- a/docs/examples/misskey.nginx +++ b/docs/examples/misskey.nginx @@ -1,7 +1,7 @@ # Sample nginx configuration for Misskey # # 1. Replace example.tld to your domain -# 2. Copy to /etc/nginx/sites-available/ and then symlink from /etc/nginx/sites-ebabled/ +# 2. Copy to /etc/nginx/sites-available/ and then symlink from /etc/nginx/sites-enabled/ # or copy to /etc/nginx/conf.d/ # For WebSocket |