modified: README.md

modified:   serv_nginx/docker-compose.yml
	modified:   serv_nginx/nginx/nginx-http.conf
	modified:   serv_nginx/stubSite/index.html
add stub site
This commit is contained in:
valitovgaziz
2025-08-08 20:43:44 +05:00
parent f565cf1ffc
commit 05af602048
4 changed files with 40 additions and 6 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ server {
server_name yalarba.ru easysite102.ru valitovgaziz.ru бегущийбашкир.рф;
location / {
root /usr/share/nginx/html;
root /usr/share/nginx/stub/html;
index index.html;
}