Spotter-VM/mifosx/etc/nginx/conf.d/mifosx.conf

12 lines
254 B
Plaintext
Raw Normal View History

2018-01-19 20:32:16 +01:00
server {
listen [::]:8812 ipv6only=off;
2018-01-19 20:32:16 +01:00
listen [::]:8412 ssl http2 ipv6only=off;
access_log /var/log/nginx/mifosx.access.log;
error_log /var/log/nginx/mifosx.error.log;
location / {
proxy_pass http://127.0.0.1:8012;
2018-01-19 20:32:16 +01:00
}
}