mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-07-02 17:00:28 +08:00
updated prod nginx config
This commit is contained in:
@@ -16,6 +16,19 @@ http {
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
|
||||
server_name www.open-assistant.io;
|
||||
|
||||
ssl_certificate /etc/nginx/ssl/live/www.open-assistant.io/fullchain.pem;
|
||||
ssl_certificate_key /etc/nginx/ssl/live/www.open-assistant.io/privkey.pem;
|
||||
|
||||
location / {
|
||||
return 301 https://open-assistant.io$request_uri;
|
||||
}
|
||||
}
|
||||
|
||||
server {
|
||||
listen 443 ssl http2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user