proper nginx base configurations
This commit is contained in:
parent
dffccd4b86
commit
485890e961
@ -1,7 +1,8 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name resume.shockrah.xyz;
|
||||
root /opt/nginx/resume.shockrah.xyz;
|
||||
index index.html;
|
||||
server_name resume.shockrah.xyz;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ =404;
|
||||
|
@ -1,8 +1,8 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name shockrah.xyz;
|
||||
root /opt/nginx/shockrah.xyz;
|
||||
index index.html;
|
||||
server_name shockrah.xyz;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ =404;
|
||||
|
@ -1,7 +1,8 @@
|
||||
server {
|
||||
listen 80;
|
||||
server_name temper.tv;
|
||||
root /opt/nginx/temper.tv;
|
||||
index index.html;
|
||||
server_name temper.tv;
|
||||
|
||||
location / {
|
||||
try_files $uri $uri/ =404;
|
||||
|
Loading…
Reference in New Issue
Block a user