Please enable JavaScript in your browser!
Inicio
Explorar
Axuda
Iniciar sesión
geekdinazor
/
encryption-service
réplica de
https://github.com/mantis-software-company/encryption-service.git
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Rama:
main
Ramas
Etiquetas
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
Histórico
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;
}
}