Skip to content

Commit

Permalink
test no ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
FirelightFlagboy committed Oct 8, 2024
1 parent 10bd5c0 commit 96ca27e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/hosting/deployment/parsec-nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ http {
ssl_certificate_key /certs/proxy.key;

location / {
proxy_pass https://parsec-server:6777;
proxy_pass http://parsec-server:6777;

# Add X-Forwarded headers to the proxied request
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Expand Down
4 changes: 2 additions & 2 deletions docs/hosting/deployment/parsec.env
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
PARSEC_HOST=0.0.0.0

# The SSL key file.
PARSEC_SSL_KEYFILE=/run/secrets/parsec-pem-key
# PARSEC_SSL_KEYFILE=/run/secrets/parsec-pem-key

# The SSL certificate file.
PARSEC_SSL_CERTFILE=/run/secrets/parsec-pem-crt
# PARSEC_SSL_CERTFILE=/run/secrets/parsec-pem-crt

# The granularity of Error log outputs.
PARSEC_LOG_LEVEL=WARNING
Expand Down

0 comments on commit 96ca27e

Please sign in to comment.