Skip to content

Short & Easy work for person with Nginx conf file knowledge

Notifications You must be signed in to change notification settings

vakaman/john_nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Configure required hosts

#######################################
# Windows example

## Edit hosts file
C:\Windows\System32\drivers\etc\hosts

## include registers bellow
127.0.0.1 datestarxxx.com

#######################################
# Linux example

## Edit resolv.conf file
vim /etc/resolv.conf

## include registers bellow
127.0.0.1 datestarxxx.com

Up project

docker-compose up

Response to user

You'll need a few things to test this out.

Download the repository from GitHub.
Configure the host as indicated in the README file.
With Docker installed, navigate to the project folder.
Place your project inside the 'app' folder or adjust it to the desired path.
Start the system with 'docker-compose up'.
Give it a try!

Conclusion

The work was successfully completed, the file refactoring was finished and delivered to the client.
However, they didn't understand that the action solved the issue.
I believe the client didn't want to validate if the configuration resolved the problem before deploying it to production.

About

Short & Easy work for person with Nginx conf file knowledge

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages