Commit 48bf8318 authored by nanahira's avatar nanahira

some changes

parent 344d4246
Pipeline #3908 passed with stages
in 1 minute and 48 seconds
...@@ -2,7 +2,7 @@ server { ...@@ -2,7 +2,7 @@ server {
listen 80; listen 80;
listen 443 ssl http2; listen 443 ssl http2;
listen 443 ssl http2; listen 443 ssl http2;
server_name myrocketchat.momobako.com myrocketchat-chat.momobako.com; server_name myrocketchat.momobako.com myrocketchat-poll.momobako.com;
ssl_certificate certs/yuzurisa.com/fullchain.pem; ssl_certificate certs/yuzurisa.com/fullchain.pem;
ssl_certificate_key certs/yuzurisa.com/privkey.pem; ssl_certificate_key certs/yuzurisa.com/privkey.pem;
if ($https != "on") { if ($https != "on") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment