File: /var/lib/letsencrypt/backups/1723322615.0116518/chaharrah.tv_1
server {
listen 80;
root /dev/www/chaharrah.tv/root;
index index.php index.html index.htm;
server_name chaharrah.tv;
#autoindex on;
include /etc/nginx/sites-available/wordpress.cnf;
}
#server {
# listen 80;
# server_name chaharrah.tv www.chaharrah.tv;
# return 301 https://chaharrah.tv$request_uri;
#}
server {
server_name www.chaharrah.tv;
listen 80;
return 301 https://chaharrah.tv$request_uri;
}
server {
server_name shahnameh.chaharrah.tv;
root /dev/www/chaharrah.tv/exclude/shahnameh;
include /etc/nginx/sites-available/php.cnf;
listen 80;
}
#server {
# listen 80;
# server_name shahnameh.chaharrah.tv;
# return 301 https://shahnameh.chaharrah.tv$request_uri;
#}