next.js, nginx, reverse-proxy, ssl
$ sudo apt-get update
$ sudo apt-get install nginx letsencrypt| -- Made by Jairo Tylera | |
| -- (github.com/Tylerian) | |
| -- (c) 2019 - present | |
| -- Released under MIT X11 License | |
| CREATE | |
| DEFINER=`root`@`localhost` | |
| FUNCTION | |
| `ST_Epgs3857_DWithin`(p1 POINT, p2 POINT, distance_mts FLOAT) | |
| RETURNS |
| #!/usr/bin/env bash | |
| # | |
| # Certbot Nginx Reload | |
| # | |
| # Let's Encrypt Certbot post hook command for Nginx which checks the updated | |
| # configuration files and reloads the server if everything validates. | |
| # | |
| # Author : Justin Hartman <code@justinhartman.co> | |
| # Version : 1.0.1 | |
| # License : MIT <https://opensource.org/licenses/MIT> |