Please enable JavaScript in your browser!
Startsida
Utforska
Hjälp
Logga in
geekdinazor
/
encryption-service
spegling av
https://github.com/mantis-software-company/encryption-service.git
Bevaka
1
Stjärnmärk
0
Fork
0
Filer
Ärenden
0
Wiki
Gren:
main
Grenar
Taggar
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
Permalänk
Historik
Rå
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;
}
}