Merge pull request #2 from ragujp/develop

作成したsystemdサービスのファイル名に統一
This commit is contained in:
tamaina 2023-02-05 16:44:33 +09:00 committed by GitHub
commit 4b6198eccb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,8 +78,8 @@ WantedBy=multi-user.target
```
sudo systemctl daemon-reload
sudo systemctl enable media-proxy
sudo systemctl start media-proxy
sudo systemctl enable misskey-proxy
sudo systemctl start misskey-proxy
```
3000ポートまでnginxなどでルーティングしてやります。