mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 02:28:05 -07:00
fix web_port->web_ssl_port
This commit is contained in:
parent
798f8ca270
commit
a94dc67c2f
15 changed files with 15 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue