FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

frontend/nginx at update-email-readme · devhttps/frontend · GitHub

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Frontend Nginx Dev Config

Install Nginx

Mac: Install Homebrew:

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Nginx:

# Mac
brew install nginx

# Linux
sudo apt-get install nginx

Configure Nginx with SSL

  1. Ensure you have the correct hosts included in /etc/hosts file on your machine
  2. Run sudo nginx/setup.sh frontend
  3. To setup Dotcom Identity Fronted follow identity-platform README

Back | FazBrowse Home | New Git URL