| @@ -7,8 +7,7 @@ | ||
| 7 | 7 | thegild.app { |
| 8 | 8 | tls /certs/thegild.app.crt /certs/thegild.app.key |
| 9 | 9 | |
| 10 | root * /opt/gild/web | |
| 11 | file_server | |
| 10 | reverse_proxy gild-web:3000 | |
| 12 | 11 | |
| 13 | 12 | header { |
| 14 | 13 | X-Content-Type-Options nosniff |
| @@ -19,8 +18,7 @@ | ||
| 19 | 18 | staging.thegild.app { |
| 20 | 19 | tls /certs/thegild.app.crt /certs/thegild.app.key |
| 21 | 20 | |
| 22 | root * /opt/gild-staging/web | |
| 23 | file_server | |
| 21 | reverse_proxy gild-web-staging:3000 | |
| 24 | 22 | |
| 25 | 23 | header { |
| 26 | 24 | X-Content-Type-Options nosniff |
| 27 | 25 | |