Advertisement
AndreasTheDead

Untitled

Jan 12th, 2019
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. ################################
  2. # Webserver
  3. ################################
  4. # Webserver.Port - NEVER CHANGE THIS SETTING MANUALLY! Always use `ampinstmgr rebind` to alter IP/Port bindings. IF YOU CHANGE THIS ON ADS YOU WILL BREAK YOUR LOGINS!
  5. Webserver.Port=8081
  6. # Webserver.IPBinding - NEVER CHANGE THIS SETTING MANUALLY! Always use `ampinstmgr rebind` to alter IP/Port bindings. IF YOU CHANGE THIS ON ADS YOU WILL BREAK YOUR LOGINS!
  7. Webserver.IPBinding=0.0.0.0
  8. Webserver.SessionTimeout=5
  9. Webserver.NoUI=False
  10. Webserver.FilterEndpoints=False
  11. Webserver.AllowedEndpointIPs=["127.0.0.1"]
  12. Webserver.CertificatePath=/home/AMP/.ampdata/instances/ADS01/certificate.pfx
  13. Webserver.CertificateSerial=
  14. Webserver.CertificatePassword=xxxxxxxx
  15. Webserver.EnableWebSockets=True
  16. Webserver.EnableFetchPostEndpoints=True
  17. Webserver.APIRateLimit=100
  18. Webserver.UsingReverseProxy=False
  19. Webserver.ReverseProxyHost=127.0.0.1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement