https://github.com/movatica/nginx-vhosts
Helpful vhost configurations for nginx
https://github.com/movatica/nginx-vhosts
nginx nginx-configuration vhosts
Last synced: 10 months ago
JSON representation
Helpful vhost configurations for nginx
- Host: GitHub
- URL: https://github.com/movatica/nginx-vhosts
- Owner: movatica
- License: bsd-2-clause
- Created: 2025-03-31T19:50:59.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-03-31T21:22:40.000Z (10 months ago)
- Last Synced: 2025-03-31T21:25:03.171Z (10 months ago)
- Topics: nginx, nginx-configuration, vhosts
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nginx vhost configurations
Collection of various helpful nginx vhost configurations.
## force_https.conf
The canonical http->https redirection vhost.
## myip.conf
This vhost returns the IP address of the requester in plaintext, thus implementing a "myip" service in plain nginx without CGI.
## connectivitiy_checks.conf
This is a collection of various vhosts faking connectivity check servers.
In combination with a custom dns server, one can redirect connectivity check requests by various vendors. This might be used to keep connectivity checking working but never leave the own network.