%PDF- %PDF-
Direktori : /etc/nginx/sites-available/ |
Current File : //etc/nginx/sites-available/gnufm-varak-net |
server { listen 10.27.27.5:80; server_name scrobble.varak.cloud; location / { root /www/varak.net/scrobble.varak.net; index index.html index.htm index.php; autoindex on; autoindex_exact_size off; } location ~ \.php$ { include fastcgi_params; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME /www/varak.net/scrobble.varak.net$fastcgi_script_name; } } server { listen 10.27.27.5:443 ssl http2; server_name scrobble.varak.cloud; include ssl_params; #ssl_certificate /etc/letsencrypt/live/scrobble.varak.net/fullchain.pem; # managed by Certbot #ssl_certificate_key /etc/letsencrypt/live/scrobble.varak.net/privkey.pem; # managed by Certbot ssl_certificate /etc/certificates/varak.cloud.pem; ssl_certificate_key /etc/certificates/varak.cloud.key; location / { root /www/varak.net/scrobble.varak.net; index index.html index.htm index.php; autoindex on; autoindex_exact_size off; } location ~ \.php$ { include fastcgi_params; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME /www/varak.net/scrobble.varak.net$fastcgi_script_name; } #ssl_trusted_certificate /etc/letsencrypt/live/scrobble.varak.net/chain.pem; # managed by Certbot #ssl_stapling on; # managed by Certbot #ssl_stapling_verify on; # managed by Certbot } server { listen 10.27.27.5:80; server_name gnufm.varak.cloud; location / { root /www/varak.net/gnufm.varak.net; index index.html index.htm index.php; autoindex on; autoindex_exact_size off; } location ~ \.php$ { include fastcgi_params; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME /www/varak.net/gnufm.varak.net$fastcgi_script_name; } } server { listen 10.27.27.5:443 ssl http2; server_name gnufm.varak.cloud; include ssl_params; # ssl_certificate /etc/letsencrypt/live/scrobble.varak.net/fullchain.pem; # managed by Certbot # ssl_certificate_key /etc/letsencrypt/live/scrobble.varak.net/privkey.pem; # managed by Certbot #ssl_certificate /etc/letsencrypt/live/varak.net-0001/fullchain.pem; # managed by Certbot #ssl_certificate_key /etc/letsencrypt/live/varak.net-0001/privkey.pem; # managed by Certbot ssl_certificate /etc/certificates/varak.cloud.pem; ssl_certificate_key /etc/certificates/varak.cloud.key; location / { root /www/varak.net/gnufm.varak.net; index index.html index.htm index.php; autoindex on; autoindex_exact_size off; } location ~ \.php$ { include fastcgi_params; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME /www/varak.net/gnufm.varak.net$fastcgi_script_name; } # ssl_trusted_certificate /etc/letsencrypt/live/scrobble.varak.net/chain.pem; # managed by Certbot # ssl_stapling on; # managed by Certbot # ssl_stapling_verify on; # managed by Certbot }