You've already forked mailcow-dockerized
							
							
				mirror of
				https://github.com/mailcow/mailcow-dockerized.git
				synced 2025-10-30 23:57:54 +02:00 
			
		
		
		
	Fix u2f with nginx rp
This commit is contained in:
		| @@ -26,7 +26,7 @@ require_once 'inc/lib/Yubico.php'; | ||||
|  | ||||
| // U2F API | ||||
| require_once 'inc/lib/U2F.php'; | ||||
| $u2f = new u2flib_server\U2F('https://' . $_SERVER['HTTP_HOST']); | ||||
| $u2f = new u2flib_server\U2F('https://' . $_SERVER['SERVER_NAME']); | ||||
|  | ||||
| // PDO | ||||
| $dsn = "$database_type:host=$database_host;dbname=$database_name"; | ||||
|   | ||||
| @@ -3,7 +3,7 @@ require_once('inc/prerequisites.inc.php'); | ||||
| $pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); | ||||
| $pdo->setAttribute(PDO::ATTR_DEFAULT_FETCH_MODE, PDO::FETCH_OBJ); | ||||
|  | ||||
| $u2f = new u2flib_server\U2F('https://' . $_SERVER['HTTP_HOST']); | ||||
| $u2f = new u2flib_server\U2F('https://' . $_SERVER['SERVER_NAME']); | ||||
|  | ||||
| function getRegs($username) { | ||||
|   global $pdo; | ||||
|   | ||||
| @@ -126,7 +126,6 @@ server { | ||||
|     location / { | ||||
|         proxy_pass http://127.0.0.1:8080/; | ||||
|         proxy_redirect http://127.0.0.1:8080/ $scheme://$host:$server_port/; | ||||
|         proxy_set_header Host $host; | ||||
|         proxy_set_header X-Real-IP $remote_addr; | ||||
|         proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; | ||||
|         proxy_set_header X-Forwarded-Proto $scheme; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user