44 Commits

Author SHA1 Message Date
Dillon Shook 53411da0b9 PR feedback 2025-11-30 13:17:35 -05:00
Dillon Shook 7a8aaf8a7b Make whitespace consistent 2025-11-28 21:10:16 -05:00
Dillon Shook 1c501b8dd4 #2259 Enable gzip compression for apps 2025-11-28 21:07:59 -05:00
raisercostin 47a5d8fa19 The serviceExposedPort is only used in the template/root-nginx-conf.ejs and should be the container port that is 3000 (used inside swarm). - https://github.com/search?q=repo%3Acaprover%2Fcaprover+serviceExposedPort&type=code
Continues on https://github.com/caprover/caprover/pull/2220 .

Currently nginx cannot forward traffic to admin/3000 port (is using the one defined in configs.adminPortNumber3000).
2025-06-29 10:53:13 +03:00
Gildardo Adrian Maravilla Jacome d4e5b9c2de Change "listen ... http2" directive
The current version of nginx used gives this warning:

nginx: [warn] the "listen ... http2" directive is deprecated, use the "http2" directive instead

In order to avoid this warning the configuration is updated to the new configuration.
2025-03-11 17:35:17 -06:00
Dillon Shook cd99df27b0 Update to using captain shared files instead of dedicated volume 2024-11-06 16:42:36 -05:00
Dillon Shook 14b9c5fcf6 Update docker image location and clean up nginx config 2024-10-31 22:19:20 -04:00
Dillon Shook c3d9a06ee4 Merge remote-tracking branch 'origin/master' into goaccess
# Conflicts:
#	src/models/AppDefinition.ts
2024-10-23 22:53:16 -04:00
Dillon Shook e88be84fda Some end to end flow working 2024-10-22 22:56:06 -04:00
Dillon Shook f6ce2d8c84 Listing reports through api 2024-10-22 08:07:51 -04:00
Dillon Shook 5315f7ffb9 Progress exposing reports 2024-10-21 09:05:11 -04:00
Kasra Bigdeli 7d3fb27557 Added another theme 2024-10-16 22:17:49 -07:00
Kasra Bigdeli 6c0238d7d9 Reformat 2024-10-15 23:42:36 -07:00
Kasra Bigdeli 79349add05 Added another theme 2024-10-15 19:18:40 -07:00
Kasra Bigdeli ab19b07d5c Added theme on backend (#2161)
* Added theme on backend
2024-10-14 23:58:34 -07:00
Dillon Shook a57dd382d4 First steps getting GoAccess working 2024-10-12 22:37:06 -04:00
Kasra Bigdeli 1c4736cc36 Improve redirect 2023-09-20 21:41:33 -07:00
Kasra Bigdeli 5efc23a3f5 fixed redirect domains 2023-07-13 15:26:08 -07:00
Kasra Bigdeli 22b5e41287 See https://github.com/caprover/caprover/pull/1744 2023-05-09 11:20:15 -07:00
Kasra Bigdeli ef2eee0d6b Better threshold for gzip 2021-11-13 16:05:49 -08:00
Kasra Bigdeli 0f32308e1b Enabling gzip for the dashboard 2021-11-13 16:00:28 -08:00
Kasra Bigdeli f105adbd31 Enabling gzip for the dashboard 2021-11-13 14:09:03 -08:00
Kasra Bigdeli 15291fb401 Fixed https://github.com/caprover/caprover/issues/1035 2021-03-03 19:48:59 -05:00
Kasra Bigdeli 320bb2b0ae Added query to redirect 2020-11-29 09:59:45 -05:00
Ali Anwar cc8559be35 Fixed Nginx's force SSL redirect URL 2020-08-10 00:00:05 -07:00
Kasra Bigdeli 3c26291898 Added dhparams creation with 60 sec delay 2020-06-17 15:48:52 -04:00
Kasra Bigdeli f896eef1cf Moved SSL tags to http context to avoid duplicating 2020-06-16 20:27:34 -04:00
Mitchell Cash 6ee5364738 Don't emit NGINX version on err pages and in the Server response header 2020-06-13 10:20:39 +01:00
Rob Graeber 60f4cdbb69 Add http2 support for default nginx script 2020-05-08 03:32:37 -07:00
Jeffrey Paul 0f6cf799f9 Enforce the same TLS settings for all TLS vhosts
The default TLS settings (disabling tls1.0 and 1.1) chosen by CapRover should be applied to the catchall virtualhost as well as the embedded registry.
2020-02-05 03:28:17 -08:00
Kasra Bigdeli 33a195a941 Reducing the scope of .well-known 2019-12-09 20:28:11 -05:00
Kasra Bigdeli 256959f9ce Update SSl configs 2019-12-08 10:01:00 -05:00
Kasra Bigdeli faf7940c4d Fixed IP range for nginx_status 2019-11-24 15:51:04 -05:00
Kasra Bigdeli f912d532a8 removed unecessary if block 2019-11-10 23:09:55 -05:00
Kasra Bigdeli 779c0ad8ca Minor modification to ensure support for http 1.1 for websockets 2019-08-12 12:51:11 -04:00
sean-nicholas 3dbc3f8f89 add websocket support
- add a new config "websocketSupport" to the app definition
- use this config to add "upgrade headers" to nginx config
2019-08-11 15:45:02 +02:00
Kasra Bigdeli f7df74af8b Added self-sign certs 2019-08-06 11:31:25 -04:00
Kasra Bigdeli a5db1d023c Added support for http auth 2019-03-11 23:32:07 -07:00
Kasra Bigdeli 63316974e7 Improved default SSL config 2019-02-28 21:26:25 -08:00
Kasra Bigdeli 0549827ed8 Excluding local calls from nginx logs 2019-02-27 22:54:43 -08:00
Kasra Bigdeli 1acc9dff63 Updated nginx config for v2 2019-01-16 21:35:04 -08:00
Kasra Bigdeli c5269e7808 Added comment for custom port 2019-01-14 21:40:34 -08:00
Kasra Bigdeli f23417483c Added containerHttpPort 2019-01-12 22:30:32 -08:00
Kasra Bigdeli c936b54ca0 Separated Core App 2019-01-11 21:57:33 -08:00