working nginx stream proxy
This commit is contained in:
10
nginx/http.d/nextcloud-aio.conf
Normal file
10
nginx/http.d/nextcloud-aio.conf
Normal file
@@ -0,0 +1,10 @@
|
||||
server {
|
||||
listen 127.0.0.1:80;
|
||||
server_name nextcloud-aio.reeseapps.com;
|
||||
|
||||
location / {
|
||||
access_log /var/log/nginx/nextcloud-http-443-access.log compression;
|
||||
resolver 1.1.1.1;
|
||||
proxy_pass http://{{ nextcloud.domain }}:443;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user