Search found 1 match
- Tue Jun 12, 2018 7:48 am
- Forum: Web Server
- Topic: Force-HTTPS templates - HTTP/HTTPS ports are not getting placed in the Config
- Replies: 0
- Views: 1094
Force-HTTPS templates - HTTP/HTTPS ports are not getting placed in the Config
when setting the Force-HTTPS templates in NGINX/PHP-FPM, after a restart NGINX won't startup, as HTTP/HTTPS ports are not getting placed in the Config nginx: [emerg] invalid port in "1.1.1.1:" server { listen %ip%:%proxy_port%; server_name %domain_idn% %alias_idn%; location / { rewrite ^(.*) https:/...