2018-03-16 18:31:34 +01:00
|
|
|
server {
|
2018-03-17 16:13:16 +01:00
|
|
|
listen [::]:8817 ipv6only=off;
|
|
|
|
listen [::]:8417 ssl http2 ipv6only=off;
|
2018-03-16 18:31:34 +01:00
|
|
|
|
|
|
|
access_log /var/log/nginx/opendatakit-build.access.log;
|
|
|
|
error_log /var/log/nginx/opendatakit-build.error.log;
|
|
|
|
|
|
|
|
location / {
|
2018-03-17 16:13:16 +01:00
|
|
|
proxy_pass http://127.0.0.1:8017;
|
2018-03-16 18:31:34 +01:00
|
|
|
}
|
|
|
|
}
|