Skip to content

Temporary static site to show that the website is in construction

License

Notifications You must be signed in to change notification settings

Texicon-AS/gm-renhold-temporary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NGINX Example

This example is deploys a site using NGINX

Deploy on Railway

✨ Features

  • NGINX
  • Static Site

💁‍♀️ How to use

  • Open the site/index.html in the browser

📝 Notes

By default the site/ directory gets deployed as a static site. This can be modified by changing the Dockerfile.

The site is deployed using the default NGINX configuration. This can be overridden with a custom conf file by adding

COPY nginx.conf /etc/nginx/nginx.conf

to the end of the Dockerfile. For more information, read the docs.

About

Temporary static site to show that the website is in construction

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 58.8%
  • HTML 38.7%
  • Dockerfile 2.5%