Skip to content

Commit

Permalink
Merge pull request #1471 from nisbet-hubbard/patch-2
Browse files Browse the repository at this point in the history
Add .mjs support in httpd config
  • Loading branch information
mathilde-cryptpad committed Apr 17, 2024
2 parents 0f5ffa4 + 623b47f commit 7a25926
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/example.httpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ SSLStaplingCache "shmcb:logs/ssl_stapling(32768)"
downgrade-1.0 force-response-1.0
Protocols h2 http/1.1
LimitRequestBody 157286400
AddType application/javascript mjs
ProxyPass / http://localhost:3000/ upgrade=websocket
ProxyPassReverse / http://localhost:3000/
</VirtualHost>

0 comments on commit 7a25926

Please sign in to comment.