saving uncommitted changes in /etc prior to dnf run
This commit is contained in:
@@ -8,8 +8,8 @@ server {
|
||||
return 301 https://$host$request_uri;
|
||||
} # managed by Certbot
|
||||
|
||||
if ($host ~* ~^www\..+\.club3d.ro\.ro$) {
|
||||
return 301 $scheme://+\/club3d.ro$request_uri;
|
||||
if ($host ~* ~^www\..+\.mail.898.ro\.ro$) {
|
||||
return 301 $scheme://+\/mail.898.ro$request_uri;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -23,6 +23,8 @@ server {
|
||||
ssl_certificate /etc/letsencrypt/live/mail.898.ro/fullchain.pem;
|
||||
ssl_certificate_key /etc/letsencrypt/live/mail.898.ro/privkey.pem;
|
||||
include /etc/letsencrypt/options-ssl-nginx.conf; # managed by Certbot
|
||||
access_log /var/log/nginx/mail.898.ro.access.log;
|
||||
error_log /var/log/nginx/mail.898.ro.error.log;
|
||||
|
||||
location / {
|
||||
proxy_pass http://192.168.1.5:80;
|
||||
|
||||
Reference in New Issue
Block a user