File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
with_jsx/server/mojo_react_app/etc Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
SSLProxyCheckPeerCN off
24
24
SSLProxyCheckPeerName off
25
25
SSLProxyCheckPeerExpire off
26
- SSLCertificateFile " /etc/ssl/certs/apache-selfsigned.crt"
27
- SSLCertificateKeyFile " /etc/ssl/private/apache-selfsigned.key"
26
+ SSLCertificateFile /etc/ssl/certs/apache-selfsigned.crt
27
+ SSLCertificateKeyFile /etc/ssl/private/apache-selfsigned.key
28
28
29
29
DocumentRoot /var/www/html
30
30
<Proxy * >
33
33
</Proxy >
34
34
ProxyRequests Off
35
35
ProxyPreserveHost On
36
- ProxyPass / https ://localhost :6363 / keepalive=On
37
- ProxyPassReverse / https ://localhost :6363 /
36
+ ProxyPass / uwsgi ://127 . 0 . 0 . 1 :6363 / keepalive=On
37
+ ProxyPassReverse / uwsgi ://127 . 0 . 0 . 1 :6363 /
38
38
RequestHeader set X-Forwarded-Ssl on
39
39
RequestHeader set X-Forwarded-Proto "https"
40
40
41
41
ErrorLog ${APACHE_LOG_DIR}/%{SERVER_NAME }-error.log
42
42
LogLevel warn
43
43
CustomLog ${APACHE_LOG_DIR}/%{SERVER_NAME }-access.log combined
44
- </VirtualHost >
44
+ </VirtualHost >
You can’t perform that action at this time.
0 commit comments