Merge pull request #1196 from somthanat/master

fix web_port->web_ssl_port
This commit is contained in:
Anton Reutov 2017-09-13 20:18:20 +03:00 committed by GitHub
commit 926f68d18f
15 changed files with 15 additions and 15 deletions

View file

@ -1,5 +1,5 @@
server {
listen %ip%:%web_port%;
listen %ip%:%web_ssl_port%;
server_name %domain_idn% %alias_idn%;
root %docroot%/public;
index index.php index.html index.htm;