[et_pb_section admin_label=”section”] [et_pb_row admin_label=”row”] [et_pb_column type=”4_4″][et_pb_text admin_label=”Text”]Step 1 — Install passenger.Since you already have ruby installed and setup…
generate certificate using mkcert then add the below code in script/rails file require ‘rails/commands/server’ require ‘rack’…
fix nginx permalink Select config on your Nginx node and open nginx.conf under the conf folder….
[et_pb_section admin_label=”section”] [et_pb_row admin_label=”row”] [et_pb_column type=”4_4″][et_pb_text admin_label=”Text”][code language=”bash”] upstream mysite_app { server unix:///home/ubuntu/mysite/shared/sockets/puma.sock; } server {…
[code language=”bash”] server { listen 80; server_name mydomain.com; location /{ root /home/ubuntu/site/public; index index.html try_files $uri/index.html…
Fastcgi is required to execute php scripts [code language=”bash”] server { listen 80; root /home/ubuntu/android_team/paytm; index…
Recent Comments