some time nginx and apache will be blocked when gitlab server start first.
[code language=”bash”]
gitlab-ctl stop
[/code]
some time nginx and apache will be blocked when gitlab server start first.
[code language=”bash”]
gitlab-ctl stop
[/code]
Fastcgi is required to execute php scripts [code language=”bash”] server { listen 80; root /home/ubuntu/android_team/paytm; index…
[language=”bash”] server { listen 80; server_name uat.site.com; location /{ root /home/ubuntu/path/site/public; index index.html try_files $uri/index.html $uri;…
[code language=”ruby”] class ChangePriceTypeInSales < ActiveRecord::Migration def change change_column :sales, :price, ‘float USING CAST(price AS float)’…
Recent Comments