mirror of
				https://github.com/laurivosandi/certidude
				synced 2025-10-31 01:19:11 +00:00 
			
		
		
		
	Fix nginx configuration generation
This commit is contained in:
		| @@ -7,7 +7,7 @@ server { | |||||||
|     root {{static_path}}; |     root {{static_path}}; | ||||||
|  |  | ||||||
|     location /api/ { |     location /api/ { | ||||||
|         proxy_pass http://127.0.0.1/api/; |         proxy_pass http://127.0.0.1{% if listen != 80 }:{{ listen }}{% endif %}/api/; | ||||||
|         proxy_set_header Host $host; |         proxy_set_header Host $host; | ||||||
|         proxy_set_header X-Real-IP $remote_addr; |         proxy_set_header X-Real-IP $remote_addr; | ||||||
|         proxy_connect_timeout 600; |         proxy_connect_timeout 600; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user