aboutsummaryrefslogtreecommitdiff
path: root/straper/db/public/nginx/etc-nginx/sites-available/labunix.xyz
blob: a6267a4a1e6e7bc481061ca89c44b7926002502a (plain) (blame)
1
2
3
4
5
6
7
8
9
server {
    listen 9080;
    server_name labunix.xyz www.labunix.xyz cloud.labunix.xyz vpn.labunix.xyz; 

    root /var/www/labunix;
    index index.html;
}