mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Update nginx.conf
This commit is contained in:
+3
-1
@@ -1,8 +1,10 @@
|
|||||||
server {
|
server {
|
||||||
server_name hazemkrimi.tech;
|
server_name hazemkrimi.tech;
|
||||||
|
|
||||||
access_log /var/log/nginx/access.log;
|
access_log /home/deploy/logs/hazemkrimi.tech.access.log;
|
||||||
|
|
||||||
root /var/www/hazemkrimi.tech;
|
root /var/www/hazemkrimi.tech;
|
||||||
|
|
||||||
index index.html;
|
index index.html;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
|||||||
Reference in New Issue
Block a user