diff options
author | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-02 16:55:26 -0800 |
---|---|---|
committer | Elizabeth Hunt <elizabeth.hunt@simponic.xyz> | 2025-01-02 16:55:26 -0800 |
commit | 6488ee867c08faf2e7fe53c39febe91c04afc6b1 (patch) | |
tree | 2147cb133c52fab5a9e19356d28f9aed016fdbfd /roles/webservers/files/ryo/https.phoneof.simponic.xyz.conf | |
parent | fe6d55e7881957bc0683eec99d739e2e5488abc5 (diff) | |
download | oldinfra-6488ee867c08faf2e7fe53c39febe91c04afc6b1.tar.gz oldinfra-6488ee867c08faf2e7fe53c39febe91c04afc6b1.zip |
fix https (2)
Diffstat (limited to 'roles/webservers/files/ryo/https.phoneof.simponic.xyz.conf')
-rw-r--r-- | roles/webservers/files/ryo/https.phoneof.simponic.xyz.conf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/roles/webservers/files/ryo/https.phoneof.simponic.xyz.conf b/roles/webservers/files/ryo/https.phoneof.simponic.xyz.conf index 2290c4a..9120c9b 100644 --- a/roles/webservers/files/ryo/https.phoneof.simponic.xyz.conf +++ b/roles/webservers/files/ryo/https.phoneof.simponic.xyz.conf @@ -18,12 +18,11 @@ server { ssl_prefer_server_ciphers on; location / { - proxy_pass https://127.0.0.1:19191; + proxy_pass http://127.0.0.1:19191; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "upgrade"; proxy_set_header Host $server_name; - proxy_redirect http:// https://; proxy_buffering off; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; |