master
usa.yimian.xyz 2 years ago
parent 2a32f2ce13
commit 6315525e9f
  1. 5
      usa.yimian.xyz/nginx/conf.d/eee.dog.conf

@ -16,6 +16,11 @@ server {
#error_page 404 = /404.php;
location /b {
alias /home/www/birthday;
index index.html;
}
location /c/ {
rewrite ^/c/(.*)$ https://chat.yimian.xyz/?id=$1 last;
}

Loading…
Cancel
Save