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