Skip to content

simnalamburt/nginx.conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

WARNING: This project is no longer actively maintained. Since TLS 1.3 related settings are not applied to this config, so this project is highly likely to be outdated soon.

I have changed my personal homepage's web server into Caddy. Take a look at my Caddyfile if you are interested.

nginx.conf

Recognizing Kerchhoffs's principle, I hereby publish my own nginx configuration files.

sudo ln -sf "$PWD/nginx.conf" /etc/nginx/
sudo ln -sf "$PWD/options-ssl-nginx.conf" /etc/letsencrypt/

# Test if everything is alright
sudo nginx -t -c /etc/nginx/nginx.conf
References

Releases

No releases published

Packages

No packages published