Tagged Questions
2
votes
2answers
188 views
Is it a bad idea to get my production servers software source code from github
Usually I use apt-get but apt-get can get out of date.
It seems that quite a nice solution may be to get the source code for my software (for example, nginx) from github and then build it each time. ...
0
votes
1answer
192 views
How to fully reinstall a package on debian
i accidentally removed the /etc/init.d/nginx file and the /etc/nginx folder.
how can i fully reinstall nginx with reverting all confs to defaults?
2
votes
2answers
1k views
How to I get variables from location in nginx?
The location from nginx conf:
location ~/photos/resize/(\d+)/(\d+) {
# Here var1=(\d+), var2=(\d+)
}
How to I get variables from location in nginx?
0
votes
2answers
2k views
update-rc.d yields error
# /usr/sbin/update-rc.d -f nginx defaults
update-rc.d: using dependency based boot sequencing
How to fix it?