nginx-configs/conf.d/vikunja.conf

32 lines
659 B
Plaintext

server {
listen 80;
listen [::]:80;
server_name vk.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion todo.vernccvbvyi5qhfzyqengccj7lkove6bjot2xhh5kajhwvidqafczrad.onion;
include common/vikunja.conf;
}
server {
listen 11029;
listen [::]:11029;
server_name verniioll6ezxh2ns3l2hbt76zlklmwqguomnjgg37olnmbhgodq.b32.i2p;
include common/vikunja.conf;
}
server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
server_name vk.vern.cc todo.vern.cc;
include snippets/lets-encrypt.conf;
include common/vikunja.conf;
}
server {
listen 80;
listen [::]:80;
server_name vk.vern.cc todo.vern.cc;
return 301 https://$host$request_uri;
}