Compare commits

...

2 Commits

Author SHA1 Message Date
usa.yimian.xyz b886e48221 Merge branch 'master' of github.com:IoTcat/ushio-etc 3 years ago
usa.yimian.xyz 2dbbe51832 ssl_redrange 3 years ago
  1. 2
      usa.yimian.xyz/nginx/conf.d/redrange.me.conf

@ -27,7 +27,7 @@ server {
location / {
proxy_pass http://host.docker.internal:8000;
proxy_pass http://redrange:80;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';

Loading…
Cancel
Save