CARVIEW |
Select Language
HTTP/2 200
date: Sun, 12 Oct 2025 00:38:35 GMT
content-type: text/html; charset=UTF-8
server: cloudflare
x-frame-options: DENY
x-content-type-options: nosniff
x-xss-protection: 1;mode=block
vary: accept-encoding
cf-cache-status: DYNAMIC
content-encoding: gzip
set-cookie: _csrf-frontend=d315fe3b9f31e3f84986848ede4a99cb8bad5a5ffcd07fc5fe06a1a7c8d1f8e2a%3A2%3A%7Bi%3A0%3Bs%3A14%3A%22_csrf-frontend%22%3Bi%3A1%3Bs%3A32%3A%223VGLyF8S9xgqgIwSV23cSrwgN3v6lYz7%22%3B%7D; HttpOnly; Path=/
cf-ray: 98d2890479b4755c-BLR
/etc/nginx/sites-available/test - Pastebin.com
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- server {
- listen 80;
- server_name test.mydomain.com;
- location / {
- #proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
- proxy_set_header Host $host;
- proxy_pass http://127.0.0.1:7080;
- # proxy_pass https://127.0.0.1:7443;
- proxy_set_header X-Real-IP $remote_addr;
- #proxy_http_version 1.1;
- #proxy_set_header Upgrade $http_upgrade;
- #proxy_set_header Connection "upgrade";
- }
- listen 443 ssl; # managed by Certbot
- ssl_certificate /etc/letsencrypt/live/test.mydomain.com/fullchain.pem; # managed by Certbot
- ssl_certificate_key /etc/letsencrypt/live/test.mydomain.com/privkey.pem; # managed by Certbot
- include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
- ssl_dhparam /etc/letsencrypt/ssl-dhparams.pem; # managed by Certbot
- }
- server {
- if ($host = test.mydomain.com) {
- return 301 https://$host$request_uri;
- } # managed by Certbot
- server_name test.mydomain.com;
- listen 80;
- return 404; # managed by Certbot
- }
Advertisement
Add Comment
Please, Sign In to add comment
-
β
Make $2500 in 20 minutesβββ U
JavaScript | 4 sec ago | 0.25 KB
-
π Swapzone +37% glitch β 6
JavaScript | 4 sec ago | 0.25 KB
-
β Free Crypto Method β
JavaScript | 5 sec ago | 0.24 KB
-
π Swapzone +37% glitch β W
JavaScript | 13 sec ago | 0.25 KB
-
β
β Make huge profits on trading ββ C
JavaScript | 13 sec ago | 0.25 KB
-
π Crypto Swap Glitch β
Working
JavaScript | 16 sec ago | 0.24 KB
-
ββ
Marketplace Glitch β
Working β
NEVER SEEN...
JavaScript | 22 sec ago | 0.25 KB
-
β
β Make huge profits on trading ββ P
JavaScript | 23 sec ago | 0.25 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy. OK, I Understand