This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ------------------------------------------- | |
| Running bandwidth benchmark... | |
| ------------------------------------------- | |
| ---------------------------------------------- | |
| Download from Cachefly (http://cachefly.cachefly.net/100mb.test) | |
| Download Cachefly: 11.2MB/s | |
| ------------------------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ------------------------------------------- | |
| Running ping tests... | |
| ------------------------------------------- | |
| ---------------------------------------------- | |
| Pings (cachefly.cachefly.net): | |
| PING cachefly.cachefly.net (205.234.175.175) 56(84) bytes of data. | |
| 64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=1 ttl=59 time=6.14 ms | |
| 64 bytes from vip1.G-anycast1.cachefly.net (205.234.175.175): icmp_seq=2 ttl=59 time=6.14 ms |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| server { | |
| listen 443 http2; | |
| server_name namadomain.com www.namadomain.com; | |
| set $my_var 0; | |
| if ($host = 'www.namadomain.com') { | |
| set $my_var 1; | |
| } | |
| if ($my_var = 1) { | |
| rewrite ^/(.*)$ https://namadomain.com$request_uri permanent; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #taken from https://github.com/docker/awesome-compose/tree/master/wordpress-mysql | |
| services: | |
| db: | |
| # We use a mariadb image which supports both amd64 & arm64 architecture | |
| image: mariadb:10.6.4-focal | |
| # If you really want to use MySQL, uncomment the following line | |
| #image: mysql:8.0.27 | |
| command: '--default-authentication-plugin=mysql_native_password' | |
| volumes: | |
| - db_data:/var/lib/mysql |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| | VPS | Location | Internal IP | IP PUBLIC | Private Key | Public Key | | |
| | ---- | -------- | ----------- | ------------- | ------------- | | |
| | VPS1 | DE | 192.168.1.1 | `IP PUBLIC VPS 1` | `private key` | `public key` | | |
| | VPS2 | NL | 192.168.1.2 | `IP PUBLIC VPS 2` | `private key` | `public key` | | |
| | VPS3 | US | 192.168.1.3 | `IP PUBLIC VPS 3` | `private key` | `public key` | | |
| | VPS4 | JP | 192.168.1.4 | `IP PUBLIC VPS 4` | `private key` | `public key` | |
OlderNewer