mirror of
https://github.com/hpware/news-analyze.git
synced 2025-06-23 13:04:23 +00:00
News window & make the hot news that uses google news rss legacy.
This commit is contained in:
parent
dcf1b7db66
commit
046f5ae446
8 changed files with 14 additions and 12 deletions
|
@ -1,6 +1,7 @@
|
|||
# Run :%s/news.yuanhau.com/your.domain.here/ in vim to replace news.yuanhau.com to your domain.
|
||||
# Caddy is currently not supported.
|
||||
# Before getting the SSL cert for your website comment the the few with the lines of #commentbeforessl
|
||||
# Use "certbot certonly" to get a certificate.
|
||||
#
|
||||
#
|
||||
#
|
||||
|
@ -18,7 +19,7 @@ server {
|
|||
ssl_certificate_key /etc/letsencrypt/live/news.yuanhau.com/privkey.pem; #commentbeforessl
|
||||
server_name news.yuanhau.com;
|
||||
access_log /var/log/nginx/news_analyze.access.log;
|
||||
error_log /var/log/nginx/news_analyze.error.log;
|
||||
error_log /vㄇar/log/nginx/news_analyze.error.log;
|
||||
|
||||
location / {
|
||||
proxy_pass http://127.0.0.1:36694; # Traefik port.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue