fix: remove old cfg from keymaker

This commit is contained in:
Strix 2023-10-20 15:50:56 +02:00
parent 2de847f6f9
commit 4af039070f
No known key found for this signature in database
GPG key ID: 49B2E37B8915B774
4 changed files with 4 additions and 61 deletions

View file

@ -4,6 +4,10 @@ server {
# SSL is managed by certbot, no need for a ssl listen; it will be generated automagically!
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# default html page
location / {
root /usr/share/nginx/html;