Skip to content

hollaex/hollaex-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Nginx HTTP Proxy with Let's Encrypt (Certbot) built-in.

Make sure to edit the ${DOMAIN} part of the nginx/nginx.conf to set up your own domain.

Example:

(...)

server {
  server_name mydomain.com;
  access_log /dev/stdout main;
   underscores_in_headers on;

(...)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages