neb/servers/apoc/docker-compose.d/custom/nginx/conf.d/wekan.conf
2023-10-20 17:54:32 +02:00

8 lines
No EOL
132 B
Text

server {
listen 80;
server_name boards.ixvd.net;
location / {
proxy_pass http://wekan:8080$request_uri;
}
}