neb/servers/apoc/docker-compose.d/custom/nginx/conf.d/wekan.conf

8 lines
132 B
Text
Raw Normal View History

2023-10-20 17:54:32 +02:00
server {
listen 80;
server_name boards.ixvd.net;
location / {
proxy_pass http://wekan:8080$request_uri;
}
}