mirror of
https://github.com/TheTaz25/denis.ergin.git
synced 2025-07-06 13:18:49 +00:00
deploy: add www as subdomain
This commit is contained in:
parent
b4ccfffceb
commit
dfdc0aba12
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ http {
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name denis-ergin.de;
|
server_name denis-ergin.de www.denis-ergin.de;
|
||||||
root /usr/share/nginx/html;
|
root /usr/share/nginx/html;
|
||||||
|
|
||||||
access_log /var/log/nginx.access_log main;
|
access_log /var/log/nginx.access_log main;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue