remove miniflux.packetcat.ca vhost
This commit is contained in:
parent
7f74160f06
commit
b4c3efe21d
|
@ -172,33 +172,6 @@
|
||||||
- ssl_certificate_key "/etc/ssl/letsencrypt/ultonomy.com.pem"
|
- ssl_certificate_key "/etc/ssl/letsencrypt/ultonomy.com.pem"
|
||||||
- include snippets/sslstapling_hsts.conf
|
- include snippets/sslstapling_hsts.conf
|
||||||
- include snippets/wp_with_supercache.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:
|
wallabag.packetcat.ca.http:
|
||||||
- listen *:80
|
- listen *:80
|
||||||
- listen [::]:80
|
- listen [::]:80
|
||||||
|
|
Loading…
Reference in New Issue