igitlab
igitlab copied to clipboard
Apache over NGinx
I have Apache installed and would love to use this script...mainly because it's awesome and I had problems creating it by my self (n00b) I was wondering if there is way to use Apache instead of nginx because i have everything setup to use apache already and don't want to move servers :frowning:
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Yes, if you look under the recipes branch of this project you will see the Apache code that has been started. It hasn't been finished yet, and currently does not work, but I'll set this to an enhancement and hopefully soon I will have a little bit of time to finish it up and get Apache working.
https://github.com/tripflex/igitlab/blob/recipes/igitlab
If you have your own server with root access you could always install Nginx to use a different port, or set Apache to use a different port and use them both concurrently.
Like I said, right now Apache support is still in development, but hopefully soon will be finished.
Wonderful! Thank you so much! Great work! :)