How to reinstall a linux package with all of the config files in pacman?
# search for missing files
# if you have removed the nginx.conf it should be recreated
pacman -Qk
# install package / automatically reinstalled
pacman -S nginx
How to reinstall a linux package with all of the config files in pacman?
# search for missing files
# if you have removed the nginx.conf it should be recreated
pacman -Qk
# install package / automatically reinstalled
pacman -S nginx