Please enable JavaScript in your browser!
Halaman utama
Jelajahi
Bantuan
Masuk
geekdinazor
/
encryption-service
cermin dari
https://github.com/mantis-software-company/encryption-service.git
Liatin
1
Bintangi
0
Fork
0
Berkas
Masalah
0
Wiki
Cabang:
main
Ranting
Tag
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
Permalink
Riwayat
Mentahan
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;
}
}