Initial commit.
This commit is contained in:
12
nginx/conf.d/zira.898.ro.conf
Normal file
12
nginx/conf.d/zira.898.ro.conf
Normal file
@@ -0,0 +1,12 @@
|
||||
server {
|
||||
listen 192.168.1.2:80;
|
||||
server_name zira.898.ro;
|
||||
charset utf-8;
|
||||
root /var/www/html/zira.898.ro;
|
||||
index index.php index.html index.htm;
|
||||
|
||||
access_log /var/log/nginx/zira.898.ro.access.log;
|
||||
error_log /var/log/nginx/zira.898.ro.error.log;
|
||||
|
||||
#location / { rewrite ^ https://zira.898.ro$request_uri permanent; }
|
||||
}
|
||||
Reference in New Issue
Block a user