Skip to content

Commit f734ab0

Browse files
committed
fixup(frontend): More fixes for SSL proxying
1 parent 843afec commit f734ab0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

frontend/httpd.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,8 @@ LoadModule rewrite_module modules/mod_rewrite.so
215215
RewriteRule ^ /index.html
216216
</IfModule>
217217

218+
SSLProxyEngine On
219+
218220
<Location /openmina-node>
219221
ProxyPass http://openmina-node:3000
220222
ProxyPassReverse http://openmina-node:3000

0 commit comments

Comments
 (0)