You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2.[Install](#installation) and use the Makefile command to run the proxy mode:
152
-
153
-
```bash
154
-
make [t=<environment_type>] upp
155
-
```
156
-
157
-
**Examples:**
158
-
159
-
```bash
160
-
make upp
161
-
make t=stage upp
162
-
make t=prod upp
163
-
```
164
-
165
112
### Production Launch with HTTPS
166
113
167
114
1. Put your certificate files in `./config/nginx/ssl/` with names <your-app-domain.com>.crt and <your-app-domain.com>.key
@@ -171,14 +118,13 @@ make t=prod upp
171
118
```bash
172
119
make up-prod
173
120
```
174
-
It will up special file `docker-compose.prod.yml` with 80 and your port (most likely 443). The configuration file `/config/nginx/templates/partials/https.conf.template` will also be used instead of `/config/nginx/templates/partials/http.conf.template`
121
+
The configuration file `/config/nginx/templates/partials/https.conf.template` will be used instead of `/config/nginx/templates/partials/http.conf.template`
0 commit comments