Browse Source

[fifteen5] Nginx port should be 8088 now

Colin Powell 3 years ago
parent
commit
67fe10ae6b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ansible/roles/fifteen5/files/nginx-location.conf

+ 1 - 1
ansible/roles/fifteen5/files/nginx-location.conf

@@ -18,7 +18,7 @@ location /static/static {
          alias /usr/local/src/fifteen5/collected-static;
 }
 location / {
-         proxy_pass http://127.0.0.1:8000;
+         proxy_pass http://127.0.0.1:8088;
          proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
          proxy_set_header Host $host;
          proxy_redirect off;