diff --git a/bash_history b/bash_history index 8d2c10d..7dc5518 100644 --- a/bash_history +++ b/bash_history @@ -21963,3 +21963,17 @@ exit whoami hostname ssh gw-beta +tail -f /var/log/nginx/*.log +ssh gw-beta +c +cd config/ +git pull +ls +l +ssh gw-beta +ls +c +cd config/ +ls +git checkout tj-dev +exit diff --git a/nginx/sites-available/gamewheel.conf b/nginx/sites-available/gamewheel.conf index f0fddef..51c6260 100644 --- a/nginx/sites-available/gamewheel.conf +++ b/nginx/sites-available/gamewheel.conf @@ -50,12 +50,5 @@ server { proxy_ssl_session_reuse off; proxy_set_header Host $http_host; proxy_redirect off; - -# # If our app fails - we send it to gate -# error_page 500 502 503 504 = @gate; } - -# location @gate { -# proxy_pass http://gate; -# } } diff --git a/start b/start index d2267c7..15ef190 100755 --- a/start +++ b/start @@ -2,11 +2,5 @@ cd /usr/share/gamewheel ./start_api ./start_app -./start_editor_v1 -./start_editor_v2 -./start_editor_v3 ./start_gate -./start_pong ./start_port -./start_racing -./start_tools