Spotter-VM/opendatakit-build/etc/nginx/conf.d/opendatakit-build.conf
Disassembler f436a00223
Fix OpenDataKit URL confusion once more, related to #226 and others
- Partially revert commit 955a178
 - Move ODK Build to port 8x17
2018-03-17 16:43:37 +01:00

12 lines
276 B
Plaintext

server {
listen [::]:8817 ipv6only=off;
listen [::]:8417 ssl http2 ipv6only=off;
access_log /var/log/nginx/opendatakit-build.access.log;
error_log /var/log/nginx/opendatakit-build.error.log;
location / {
proxy_pass http://127.0.0.1:8017;
}
}