Sign inSign up

dilshat/global_input_nginx

By dilshat

Updated over 1 year ago

Reverse proxy for Global Input App WebSocket Proxy Server

Image
0

208

dilshat/global_input_nginx repository overview

This is an Nginx Reverse Proxy for Global Input App(GIA) WebSocket server, which is responsible for routing encrypted messages between device applications and is one of the constituent parts of the GIA mobile integration solution. The Global Input App(GIA) with its extensions provides a universal mobile integration solution for web and device applications, allowing users to use mobiles to operate on those applications, and provides the following functionalities:

The command for running the container:

docker run -d --name global_input_nginx -p 80:80 -p 443:443  -i -t -v /root/globalinput/etc/nginx/esb:/etc/nginx/esb \
-v /root/globalinput/etc/nginx/sites-available:/etc/nginx/sites-available \
-v /root/globalinput/etc/nginx/ssl:/etc/nginx/ssl \
-v /root/globalinput/web:/data/websites/globalinput \
-v /root/globalinput/web:/var/www/html \
dilshat/global_input_nginx:1.2.7

Tag summary

Content type

Image

Digest

sha256:3a6d028f9

Size

136.9 MB

Last updated

over 1 year ago

docker pull dilshat/global_input_nginx:1.2.7