diff options
author | richvdh <richvdh@users.noreply.github.com> | 2022-04-05 16:22:32 +0000 |
---|---|---|
committer | richvdh <richvdh@users.noreply.github.com> | 2022-04-05 16:22:32 +0000 |
commit | 849c8af75b5fb7ba5de90a03496f25bbc6d9002d (patch) | |
tree | 1c61370acc6643438f0fdbedae65d8c972c14843 /develop/reverse_proxy.html | |
parent | deploy: ab3fdcf9602353c7f31f8487fb6909bb3f0cde1f (diff) | |
download | synapse-849c8af75b5fb7ba5de90a03496f25bbc6d9002d.tar.xz |
deploy: 163fd686b5db10eab2c70855dedef23204c6f18c
Diffstat (limited to 'develop/reverse_proxy.html')
-rw-r--r-- | develop/reverse_proxy.html | 66 |
1 files changed, 0 insertions, 66 deletions
diff --git a/develop/reverse_proxy.html b/develop/reverse_proxy.html index 4431334bbd..32890d6fbd 100644 --- a/develop/reverse_proxy.html +++ b/develop/reverse_proxy.html @@ -4,53 +4,30 @@ <!-- Book generated using mdBook --> <meta charset="UTF-8"> <title>Configuring a Reverse Proxy - Synapse</title> - - - - <!-- Custom HTML head --> - - - <meta content="text/html; charset=utf-8" http-equiv="Content-Type"> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="theme-color" content="#ffffff" /> - <link rel="icon" href="favicon.svg"> - - <link rel="shortcut icon" href="favicon.png"> - <link rel="stylesheet" href="css/variables.css"> <link rel="stylesheet" href="css/general.css"> <link rel="stylesheet" href="css/chrome.css"> - <link rel="stylesheet" href="css/print.css" media="print"> - - <!-- Fonts --> <link rel="stylesheet" href="FontAwesome/css/font-awesome.css"> - <link rel="stylesheet" href="fonts/fonts.css"> - - <!-- Highlight.js Stylesheets --> <link rel="stylesheet" href="highlight.css"> <link rel="stylesheet" href="tomorrow-night.css"> <link rel="stylesheet" href="ayu-highlight.css"> <!-- Custom theme stylesheets --> - <link rel="stylesheet" href="docs/website_files/table-of-contents.css"> - <link rel="stylesheet" href="docs/website_files/remove-nav-buttons.css"> - <link rel="stylesheet" href="docs/website_files/indent-section-headers.css"> - - - </head> <body> <!-- Provide site root to javascript --> @@ -107,7 +84,6 @@ <div id="page-wrapper" class="page-wrapper"> <div class="page"> - <div id="menu-bar-hover-placeholder"></div> <div id="menu-bar" class="menu-bar sticky bordered"> <div class="left-buttons"> @@ -124,36 +100,26 @@ <li role="none"><button role="menuitem" class="theme" id="navy">Navy</button></li> <li role="none"><button role="menuitem" class="theme" id="ayu">Ayu</button></li> </ul> - <button id="search-toggle" class="icon-button" type="button" title="Search. (Shortkey: s)" aria-label="Toggle Searchbar" aria-expanded="false" aria-keyshortcuts="S" aria-controls="searchbar"> <i class="fa fa-search"></i> </button> - </div> <h1 class="menu-title">Synapse</h1> <div class="right-buttons"> - <a href="print.html" title="Print this book" aria-label="Print this book"> <i id="print-button" class="fa fa-print"></i> </a> - - <a href="https://github.com/matrix-org/synapse" title="Git repository" aria-label="Git repository"> <i id="git-repository-button" class="fa fa-github"></i> </a> - - <a href="https://github.com/matrix-org/synapse/edit/develop/docs/reverse_proxy.md" title="Suggest an edit" aria-label="Suggest an edit"> <i id="git-edit-button" class="fa fa-edit"></i> </a> - - </div> </div> - <div id="search-wrapper" class="hidden"> <form id="searchbar-outer" class="searchbar-outer"> <input type="search" id="searchbar" name="searchbar" placeholder="Search this book ..." aria-controls="searchresults-outer" aria-describedby="searchresults-header"> @@ -164,8 +130,6 @@ </ul> </div> </div> - - <!-- Apply ARIA attributes after the sidebar and the sidebar toggle button are added to the DOM --> <script type="text/javascript"> document.getElementById('sidebar-toggle').setAttribute('aria-expanded', sidebar === 'visible'); @@ -413,69 +377,39 @@ we do not recommend exposing them to the public internet without good reason.</p <nav class="nav-wrapper" aria-label="Page navigation"> <!-- Mobile navigation buttons --> - <a rel="prev" href="postgres.html" class="mobile-nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left"> <i class="fa fa-angle-left"></i> </a> - - - <a rel="next" href="setup/forward_proxy.html" class="mobile-nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right"> <i class="fa fa-angle-right"></i> </a> - - <div style="clear: both"></div> </nav> </div> </div> <nav class="nav-wide-wrapper" aria-label="Page navigation"> - <a rel="prev" href="postgres.html" class="nav-chapters previous" title="Previous chapter" aria-label="Previous chapter" aria-keyshortcuts="Left"> <i class="fa fa-angle-left"></i> </a> - - - <a rel="next" href="setup/forward_proxy.html" class="nav-chapters next" title="Next chapter" aria-label="Next chapter" aria-keyshortcuts="Right"> <i class="fa fa-angle-right"></i> </a> - </nav> </div> - - - - - - - <script type="text/javascript"> window.playground_copyable = true; </script> - - - - - <script src="elasticlunr.min.js" type="text/javascript" charset="utf-8"></script> <script src="mark.min.js" type="text/javascript" charset="utf-8"></script> <script src="searcher.js" type="text/javascript" charset="utf-8"></script> - - <script src="clipboard.min.js" type="text/javascript" charset="utf-8"></script> <script src="highlight.js" type="text/javascript" charset="utf-8"></script> <script src="book.js" type="text/javascript" charset="utf-8"></script> <!-- Custom JS scripts --> - <script type="text/javascript" src="docs/website_files/table-of-contents.js"></script> - - - - </body> </html> \ No newline at end of file |