mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
roles/nginx/templates/server.conf.j2: Typo in commen
This commit is contained in:
parent
39950cc471
commit
4543e31619
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ server {
|
|||
root {{ doc_root }};
|
||||
server_name $hostname; # e.g. box.lan, set dynamically when NGINX starts
|
||||
#server_name {{ iiab_hostname }}.{{ iiab_domain }};
|
||||
#server_name {{ iiab_hostname }}
|
||||
#server_name {{ iiab_hostname }};
|
||||
listen 80;
|
||||
|
||||
index index.php index.html index.htm;
|
||||
|
|
Loading…
Add table
Reference in a new issue