Hi, thanks to all in advance
so at the moment i am running nginx 6.3 and want to upgrade to 7.6
the issue is (yes i am new to nginx and linux) is that i installed nginx via the good old apt-get install nginx. which installed it into /etc/nginx/ folder
when i compile from source do i need to run
./configure --conf-path=/etc/nginx/nginx.conf ----sbin-path=/etc/nginx in order to have the same file structure?
thanks