@lamalibre/create-portlama 1.0.13 → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lamalibre/create-portlama",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "One-command setup for secure reverse tunnels with a management dashboard",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -190,7 +190,7 @@ export async function writeAppVhost(subdomain, domain, port, certPath) {
190
190
  # Authelia forward authentication
191
191
  location /authelia {
192
192
  internal;
193
- proxy_pass http://127.0.0.1:9091/api/authz/forward-auth;
193
+ proxy_pass http://127.0.0.1:9091/api/authz/auth-request;
194
194
  proxy_pass_request_body off;
195
195
  proxy_set_header Content-Length "";
196
196
  proxy_set_header X-Original-URL $scheme://$http_host$request_uri;
@@ -318,7 +318,7 @@ export async function writeStaticSiteVhost(site, certDir, domain) {
318
318
  # Authelia forward authentication
319
319
  location /authelia {
320
320
  internal;
321
- proxy_pass http://127.0.0.1:9091/api/authz/forward-auth;
321
+ proxy_pass http://127.0.0.1:9091/api/authz/auth-request;
322
322
  proxy_pass_request_body off;
323
323
  proxy_set_header Content-Length "";
324
324
  proxy_set_header X-Original-URL $scheme://$http_host$request_uri;