jayakrishna

Results 2 comments of jayakrishna

[jaya@localhost conf.d]$ sudo cat default.conf upstream backend { server 192.168.56.101:8065; keepalive 32; } proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=mattermost_cache:10m max_size=3g inactive=120m use_temp_path=off; server { listen 80; server_name 192.168.56.101; location ~ /api/v[0-9]+/(users/)?websocket$ {...

There is no error in default.conf file but it is showingun expected } if i just remove the extension it is working there is no error but problem here is...