<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.flowerhouse.at/index.php?action=history&amp;feed=atom&amp;title=Protected_endpoint.conf</id>
	<title>Protected endpoint.conf - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.flowerhouse.at/index.php?action=history&amp;feed=atom&amp;title=Protected_endpoint.conf"/>
	<link rel="alternate" type="text/html" href="https://wiki.flowerhouse.at/index.php?title=Protected_endpoint.conf&amp;action=history"/>
	<updated>2026-05-19T01:56:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.1</generator>
	<entry>
		<id>https://wiki.flowerhouse.at/index.php?title=Protected_endpoint.conf&amp;diff=713&amp;oldid=prev</id>
		<title>Tropaion: Tropaion moved page Protected endpoint to Protected endpoint.conf</title>
		<link rel="alternate" type="text/html" href="https://wiki.flowerhouse.at/index.php?title=Protected_endpoint.conf&amp;diff=713&amp;oldid=prev"/>
		<updated>2021-08-05T02:01:38Z</updated>

		<summary type="html">&lt;p&gt;Tropaion moved page &lt;a href=&quot;/index.php/Protected_endpoint&quot; class=&quot;mw-redirect&quot; title=&quot;Protected endpoint&quot;&gt;Protected endpoint&lt;/a&gt; to &lt;a href=&quot;/index.php/Protected_endpoint.conf&quot; title=&quot;Protected endpoint.conf&quot;&gt;Protected endpoint.conf&lt;/a&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 02:01, 5 August 2021&lt;/td&gt;
				&lt;/tr&gt;
&lt;!-- diff cache key mediawiki:diff::1.12:old-704:rev-713 --&gt;
&lt;/table&gt;</summary>
		<author><name>Tropaion</name></author>
	</entry>
	<entry>
		<id>https://wiki.flowerhouse.at/index.php?title=Protected_endpoint.conf&amp;diff=704&amp;oldid=prev</id>
		<title>Tropaion: Created page with &quot;&lt;syntaxhighlight lang=&quot;nginx&quot; line&gt; location /authelia {   internal;   set $upstream_authelia http://192.168.88.3:9091/api/verify;   proxy_pass_request_body off;   proxy_pass...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.flowerhouse.at/index.php?title=Protected_endpoint.conf&amp;diff=704&amp;oldid=prev"/>
		<updated>2021-08-05T01:48:36Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;&amp;lt;syntaxhighlight lang=&amp;quot;nginx&amp;quot; line&amp;gt; location /authelia {   internal;   set $upstream_authelia http://192.168.88.3:9091/api/verify;   proxy_pass_request_body off;   proxy_pass...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;syntaxhighlight lang=&amp;quot;nginx&amp;quot; line&amp;gt;&lt;br /&gt;
location /authelia {&lt;br /&gt;
  internal;&lt;br /&gt;
  set $upstream_authelia http://192.168.88.3:9091/api/verify;&lt;br /&gt;
  proxy_pass_request_body off;&lt;br /&gt;
  proxy_pass $upstream_authelia;&lt;br /&gt;
  proxy_set_header Content-Length &amp;quot;&amp;quot;;&lt;br /&gt;
&lt;br /&gt;
  # Timeout if the real server is dead&lt;br /&gt;
  proxy_next_upstream error timeout invalid_header http_500 http_502 http_503;&lt;br /&gt;
  client_body_buffer_size 128k;&lt;br /&gt;
  proxy_set_header Host $host;&lt;br /&gt;
  proxy_set_header X-Original-URL $scheme://$http_host$request_uri;&lt;br /&gt;
  proxy_set_header X-Real-IP $remote_addr;&lt;br /&gt;
  proxy_set_header X-Forwarded-For $remote_addr;&lt;br /&gt;
  proxy_set_header X-Forwarded-Proto $scheme;&lt;br /&gt;
  proxy_set_header X-Forwarded-Host $http_host;&lt;br /&gt;
  proxy_set_header X-Forwarded-Uri $request_uri;&lt;br /&gt;
  proxy_set_header X-Forwarded-Ssl on;&lt;br /&gt;
  proxy_redirect  http://  $scheme://;&lt;br /&gt;
  proxy_http_version 1.1;&lt;br /&gt;
  proxy_set_header Connection &amp;quot;&amp;quot;;&lt;br /&gt;
  proxy_cache_bypass $cookie_session;&lt;br /&gt;
  proxy_no_cache $cookie_session;&lt;br /&gt;
  proxy_buffers 4 32k;&lt;br /&gt;
&lt;br /&gt;
  send_timeout 5m;&lt;br /&gt;
  proxy_read_timeout 240;&lt;br /&gt;
  proxy_send_timeout 240;&lt;br /&gt;
  proxy_connect_timeout 240;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
location / {&lt;br /&gt;
  set $upstream_router $forward_scheme://192.168.88.1:80; # MODIFY&lt;br /&gt;
  proxy_pass $upstream_router;                            # MODIFY&lt;br /&gt;
&lt;br /&gt;
  auth_request /authelia;&lt;br /&gt;
  auth_request_set $target_url https://$http_host$request_uri;&lt;br /&gt;
  auth_request_set $user $upstream_http_remote_user;&lt;br /&gt;
  auth_request_set $email $upstream_http_remote_email;&lt;br /&gt;
  auth_request_set $groups $upstream_http_remote_groups;&lt;br /&gt;
  proxy_set_header Remote-User $user;&lt;br /&gt;
  proxy_set_header Remote-Email $email;&lt;br /&gt;
  proxy_set_header Remote-Groups $groups;&lt;br /&gt;
&lt;br /&gt;
  error_page 401 =302 https://auth.flowerhouse.at/?rd=$target_url;&lt;br /&gt;
  client_body_buffer_size 128k;&lt;br /&gt;
  proxy_next_upstream error timeout invalid_header http_500 http_502 http_503;&lt;br /&gt;
&lt;br /&gt;
  send_timeout 5m;&lt;br /&gt;
  proxy_read_timeout 360;&lt;br /&gt;
  proxy_send_timeout 360;&lt;br /&gt;
  proxy_connect_timeout 360;&lt;br /&gt;
&lt;br /&gt;
  proxy_set_header Host $host;&lt;br /&gt;
  proxy_set_header Upgrade $http_upgrade;&lt;br /&gt;
  proxy_set_header Connection upgrade;&lt;br /&gt;
  proxy_set_header Accept-Encoding gzip;&lt;br /&gt;
  proxy_set_header X-Real-IP $remote_addr;&lt;br /&gt;
  proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;&lt;br /&gt;
  proxy_set_header X-Forwarded-Proto $scheme;&lt;br /&gt;
  proxy_set_header X-Forwarded-Host $http_host;&lt;br /&gt;
  proxy_set_header X-Forwarded-Uri $request_uri;&lt;br /&gt;
  proxy_set_header X-Forwarded-Ssl on;&lt;br /&gt;
  proxy_redirect  http://  $scheme://;&lt;br /&gt;
  proxy_http_version 1.1;&lt;br /&gt;
  proxy_set_header Connection &amp;quot;&amp;quot;;&lt;br /&gt;
  proxy_cache_bypass $cookie_session;&lt;br /&gt;
  proxy_no_cache $cookie_session;&lt;br /&gt;
  proxy_buffers 64 256k;&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tropaion</name></author>
	</entry>
</feed>