use the same directory name

pull/60/head
VirtuBox 2018-12-14 19:38:21 +01:00 committed by GitHub
parent c497d11364
commit 5f38b350f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
# server {
# listen 80;
# server_name forum.domain.tld;
# root /var/www/forum.site.tld/public;
# root /var/www/forum.domain.tld/public;
# include /var/www/forum.domain.tld/.nginx.conf;
# }
#