Let's try a pseudo https approach.

This commit is contained in:
Colin Diem
2022-01-24 02:11:20 -05:00
parent 92864c1046
commit 77134bd8a0

View File

@@ -124,7 +124,7 @@ server {
location / { location / {
include /etc/nginx/includes/proxy.conf; include /etc/nginx/includes/proxy.conf;
proxy_pass http://192.168.1.12:30000/; proxy_pass http://192.168.1.12:443/;
} }
access_log /var/log/nginx/foundry-access.log combined; access_log /var/log/nginx/foundry-access.log combined;