add web template
This commit is contained in:
parent
4299ab20e8
commit
7d341187f5
16 changed files with 641 additions and 0 deletions
9
nginx/misskey.tpl
Normal file
9
nginx/misskey.tpl
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
server {
|
||||
listen %ip%:%proxy_port%;
|
||||
listen [::]:%proxy_port%;
|
||||
server_name %domain_idn% %alias_idn%;
|
||||
location / {
|
||||
rewrite ^(.*) https://%domain_idn%$1 permanent;
|
||||
}
|
||||
include %home%/%user%/conf/web/*nginx.%domain_idn%.conf_letsencrypt;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue