Git Product home page Git Product logo

Comments (9)

babaohuang avatar babaohuang commented on July 24, 2024

部署在Vercel上就是默认https的呀

from geminiprochat.

KittenCN avatar KittenCN commented on July 24, 2024

我是部署在我自己的服务器上了。。

from geminiprochat.

ruixing1001 avatar ruixing1001 commented on July 24, 2024

用宝塔反代可以

from geminiprochat.

2168028160 avatar 2168028160 commented on July 24, 2024

Both Nginx and Apache HTTP Server are suitable options. If you don't know how to set them up, feel free to ask the chatbot for assistance.

from geminiprochat.

KittenCN avatar KittenCN commented on July 24, 2024

Both Nginx and Apache HTTP Server are suitable options. If you don't know how to set them up, feel free to ask the chatbot for assistance.

ok, got it, thx

from geminiprochat.

pankejia2000 avatar pankejia2000 commented on July 24, 2024

pnpm run dev --host --https 然后在Cloudflare配置反带代就好。

from geminiprochat.

fanqieniuroutang avatar fanqieniuroutang commented on July 24, 2024

LZ操作成功了吗?我用nginx卡壳了,通过vim编辑器输入配置信息后没有成功

from geminiprochat.

karateservant avatar karateservant commented on July 24, 2024

nginx 反向代理就行

server {

    listen 80 ;
    listen [::]:80 ;
    server_name xxxxxxxx.com;

    location / {
    proxy_set_header   X-Forwarded-For $remote_addr;
    proxy_set_header   Host $http_host;
    proxy_pass         "http://127.0.0.1:3000";
    }

}

from geminiprochat.

KittenCN avatar KittenCN commented on July 24, 2024

直接用宝塔,有专门的设置界面,很容易的

from geminiprochat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.