SubrataM3
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  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. }...