mirror of
https://github.com/StepanovPlaton/HomeServerServices.git
synced 2026-04-03 20:30:44 +04:00
Add basic proxy
This commit is contained in:
12
proxy/nginx/init/default.conf.example
Normal file
12
proxy/nginx/init/default.conf.example
Normal file
@@ -0,0 +1,12 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name domain.dynnamn.ru domain2.dynnamn.ru;
|
||||
|
||||
location /.well-known/acme-challenge/ {
|
||||
root /var/www/certbot;
|
||||
}
|
||||
|
||||
location / {
|
||||
return 200 "Hello HTTP!";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user