From b4c3efe21dba7fa2e2e1e8a0bb3ade6c68852b4b Mon Sep 17 00:00:00 2001 From: packetcat Date: Fri, 23 Jun 2023 09:58:22 -0400 Subject: [PATCH] remove miniflux.packetcat.ca vhost --- ubuntu/erlking.silvestris.systems.yml | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/ubuntu/erlking.silvestris.systems.yml b/ubuntu/erlking.silvestris.systems.yml index e805c5e..857f44e 100644 --- a/ubuntu/erlking.silvestris.systems.yml +++ b/ubuntu/erlking.silvestris.systems.yml @@ -172,33 +172,6 @@ - ssl_certificate_key "/etc/ssl/letsencrypt/ultonomy.com.pem" - include snippets/sslstapling_hsts.conf - include snippets/wp_with_supercache.conf - miniflux.packetcat.ca.http: - - listen *:80 - - listen [::]:80 - - server_name miniflux.packetcat.ca - - root "/srv/www/miniflux.packetcat.ca" - - location /.well-known/acme-challenge/ { - allow all; - } - - return 301 "https://$host$request_uri" - miniflux.packetcat.ca.https: - - listen *:443 ssl http2 - - listen [::]:443 ssl http2 - - server_name miniflux.packetcat.ca - - root "/srv/www/miniflux.packetcat.ca" - - access_log "/var/log/nginx/miniflux.packetcat.ca.access.log" - - error_log "/var/log/nginx/miniflux.packetcat.ca.error.log" - - ssl_certificate "/etc/ssl/letsencrypt/miniflux.packetcat.ca.crt" - - ssl_certificate_key "/etc/ssl/letsencrypt/miniflux.packetcat.ca.pem" - - include snippets/sslstapling_hsts.conf - - location / { - proxy_pass http://127.0.0.1:8080; - proxy_redirect off; - proxy_set_header Host $host; - 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; - } wallabag.packetcat.ca.http: - listen *:80 - listen [::]:80