Please enable JavaScript in your browser!
ホーム
エクスプローラ
ヘルプ
サインイン
geekdinazor
/
encryption-service
同期ミラー
https://github.com/mantis-software-company/encryption-service.git
Watch
1
Star
0
Fork
0
ファイル
課題
0
Wiki
ブランチ:
main
ブランチ
タグ
main
1.0.0-alpha2
1.0.0-alpha
1.0.0-3
1.0.0-2
1.0.0-1
encryption-s...
/
nginx.conf
nginx.conf
130 B
パーマリンク
履歴
Raw
1
2
3
4
5
6
7
8
server {
listen 80;
root /usr/share/nginx/html;
location / {
proxy_pass http://127.0.0.1:5000;
}
}