8 lines
132 B
Text
8 lines
132 B
Text
|
server {
|
||
|
listen 80;
|
||
|
server_name boards.ixvd.net;
|
||
|
|
||
|
location / {
|
||
|
proxy_pass http://wekan:8080$request_uri;
|
||
|
}
|
||
|
}
|