11
Jul 2016
[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 {…
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;…
Recent Comments