SubrataM3

Results 5 comments of SubrataM3

Hi @jlesage I have tried installing firefox-esr package on the image but its working strangely. If i log into the shell and run firefox command i get firefox window on...

> AMDG Hi, You can see the screenshot below ![shot_190629_171728](https://user-images.githubusercontent.com/15718377/60383703-16353800-9a92-11e9-9e01-adf7bc347926.png) I got those output with ./bootstrap.sh followed by ./b2 and checkinstall ./b2 install I wanted to just avoid copying those...

This is a basic issue and not fixed yet? 👎

Hi, You should try the following. 1. First download source packages (This will most likely download sources of nginx with exactly same version you have installed) => `yumdownloader --source nginx...

You should try turning off autoindex at server block. OR ``` location / { autoindex off; fancyindex on; # Enable fancy indexes. fancyindex_exact_size off; # Output human-readable file sizes. }...