python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Auto restart the server after capistrano deploy
I have nginx + nginx unit + django python application , and django project is is deployed by capistrano
deploy.rb
lock "~> 3.16.0"
set :application, "mynavi"
set :branch, 'mast...
whitebear
Votes: 0
Answers: 1
alternative to basic authentication for nginx-unit?
I have nginx-unit server.
I don't use nginx, because my application is fully dynamic and test purpose products.
However it doesn't have basic authentication like apache.
Is there any alternative to ba...
whitebear
Votes: 0
Answers: 2