Skip to content

zeelrupapara/nginx-as-a-reverse-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Use Nginx Reverse Proxy to serve Go and Nuxt Services

For understand Nginx implementation as a reverse proxy in different services like Golang (as Api) and Nuxtjs (as Web)

Used Technology

Nginx Go Nuxtjs

Installtion Requirement

tool version
docker *
docker-compose *

Run Locally

Clone the project

  git clone https://github.com/zeelrupapara/nginx-as-a-reverse-proxy.git

Go to the project directory

  cd nginx-as-a-reverse-proxy

Install dependencies

  • go to the web directory
  cd web
  • to install dependencies
  npm install

Run Locally using docker-compose

  • go back to project root
  cd ..
  • run project throw docker-compose
  docker-compose up

After done all process see results in this link : http://localhost:80/