This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Unofficial Dump of UniFi system.cfg Properties | |
### | |
### WARNINGS: | |
### - This list is undocumented, unsupported, and incomplete. | |
### - Some options may be deprecated and ignored. | |
### - Some options WILL break your setup. | |
### - Some options work now but WILL break you in a future firmware update. | |
### | |
### USING THESE: | |
### See https://help.ui.com/hc/articles/205146040#2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
error_page 500 /500.html; | |
location /500.html{ | |
return 500 '{"error": {"status_code": 500,"status": "Internal Server Error"}}'; | |
} | |
error_page 502 /502.html; | |
location /502.html{ | |
return 502 '{"error": {"status_code": 502,"status": "Bad Gateway"}}'; | |
} |