diff --git a/nginx-config/https-artikus-dynu-net/wp-zaklik-artikus-dynu-net-https.conf b/nginx-config/https-artikus-dynu-net/artikus-dynu-net-https.conf similarity index 100% rename from nginx-config/https-artikus-dynu-net/wp-zaklik-artikus-dynu-net-https.conf rename to nginx-config/https-artikus-dynu-net/artikus-dynu-net-https.conf diff --git a/nginx-config/https-artikus-dynu-net/http-for-letsencrypt.conf b/nginx-config/https-artikus-dynu-net/http-for-letsencrypt.conf deleted file mode 100644 index 9bbcce9..0000000 --- a/nginx-config/https-artikus-dynu-net/http-for-letsencrypt.conf +++ /dev/null @@ -1,24 +0,0 @@ -server { - - listen 80 default_server; - - server_tokens off; - - location /.well-known/acme-challenge/ { - root /var/www/certbot; - } - - location / { - - proxy_pass http://zaklik:8085; - - proxy_set_header X-Real-IP $remote_addr; - proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; - proxy_set_header X-Forwarded-Proto $scheme; - proxy_set_header Host $host; - proxy_set_header X-Forwarded-Host $host; - proxy_set_header X-Forwarded-Port $server_port; - } - - -}